badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,971 through 2,985 (of 3,440 total)
  • Author
    Posts
  • in reply to: Where is the zip file #24717

    Hi Keredy,

    We have login to your account and found that there was an issue in your account.
    We cancel your previous order and activate a new subscription.
    Now you can see the available download section in your account page.
    Please change your password before login to your account.

    Thank you!

    in reply to: Topic vanished #24681

    Hi Marciano,

    To have the color of the link in lists Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #content ul a,
    #content ol a {
        color: #05a9c5;
    }

    Note: You can change the above HEX color code #05a9c5 to your own

    About the forum navigating problem we have noted and will try to change.

    Thank you!

    in reply to: insert social share buttons in footer 2 #24680

    Please insert the 3 images in your site and let us know So, that we can provide you the exact CSS code?

    Thank you!

    in reply to: "Pre" paragraph style in different browsers #24631

    Hi Elena,

    We have researched about it and found CSS code to fix it.
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    pre {
        white-space: pre-wrap;
    }

    Thank you!

    in reply to: List Link Color #24630

    Hi Matthew,

    Sorry! It was override by content color so please use below CSS code:

    #content ul,
    #content ol,
    #content ul a,
    #content ol a {
        color: #8224E3 !important;
    }

    Thank you!

    Hi Ruben,

    Can you please provide us your site url? So that we can provide you a exact CSS code.

    Thank you!

    in reply to: Edit footer #24547

    Hi Petar,

    Go to Appearance -> Theme Options -> Advance Options Tab -> Edit Footer Options there you can see the footer editor change the footer info as you like and Click on save all changes button.

    Thank you!

    in reply to: List Link Color #24546

    Hi Matthew,

    To change the link color of lists Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #content ul,
    #content ol,
    #content ul a,
    #content ol a {
    color: #8224E3;
    }

    Thank you!

    in reply to: Add image to footer #24542

    Great 🙂

    That’s great 🙂

    in reply to: Add image to footer #24511

    Hi Ciaranhyde,

    Please update your theme it seems that your theme is loading free version CSS code.
    If you have manually update the theme then you have to update the style.css file too.

    Thank you!

    in reply to: "Pre" paragraph style in different browsers #24510

    Hi Elena,

    The <pre> tag defines preformatted text.
    Text in a <pre> element is displayed in a fixed-width, and it preserves both spaces and line breaks.

    So you have to break the line in editor like below

    <pre>
    Acinas SG*, Ferrera I*, Sarmento H, Díez-Vives C, Forn I, 
    Ruiz-González C, Cornejo-Castillo FM, Salazar G, Gasol JM. 2015. 
    - Environmental Microbiology * Equal contributors.
    </pre> 

    Thank you!

    in reply to: insert social share buttons in footer 2 #24508

    Sorry we are confuse what you are trying to say? Could you please clarify it once again.

    Thank you!

    in reply to: How to remove page titles #24507

    Hi thecedarsrc

    So you want to hide the title of the pages only.
    Go to Appearance->Theme Options->Design Options Tab->Custom CSS.
    Paste the following CSS code and click on ‘Save all Changes’ button.

    .page .entry-title {
        display:none;
    }

    Thank you!

    in reply to: Where is the zip file #24506

    Hi Keredy,

    We have just see your account status and your account is fine.
    Please login to your site with the same username that you have purchased before and you will be redirected to your account page there you can see you order detail with available download section

    Thank you!

Viewing 15 posts - 2,971 through 2,985 (of 3,440 total)