Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #284209

    hi i am trying to figure out why it keeps on changing some of the text to red (see http://hghdreambody.com/retreat-f/ under HGH and http://hghdreambody.com/hgh-f/ under WHATS NEXT). The words arent linked yet they are red.

    Also, on this page http://hghdreambody.com/retreat-f/ under each of the headings, such as LUXURY ACCOMMODATIONS, I am trying to figure how how to make the size of the font a tad larger.

    #284222

    Hi papernapkinmarketing!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .main_color a, .alternate_color a, .main_color strong, .alternate_color strong {
    color: inherit!important;
    }
    .avia-section div.avia_textblock {
    font-size: 16px;
    }

    Regards,
    Yigit

    #284246

    Perfect, that worked. Two last questions.

    Can you take a look at http://hghdreambody.com/hgh-f/. The title of the icon DIET / SUPPLEMENT PLAN isn’t centered and I am not sure how to fix it.

    Also, how do I change the links to a yellow and is there a way to get the color code of the yellow used in the menu?

    #284396

    Hi!

    Thank you for the update.

    Please edit the DIET / SUPPLEMENT PLAN icon then remove any spaces or if possible, please create it from scratch. A br tag has been generated on the process but I’m not entirely sure where it’ comes from. If you want to change the color of the links to yellow, go to Enfold > General Styling > Main and Alternate Content. Change the Highlight color value. You can also add this on Quick CSS or custom.css:

    .main_color a, .alternate_color a {
    color: yellow;
    }

    Best regards,
    Ismael

    #284660

    Hey Ismael,

    I added the code but the linked text still isn’t yellow (see http://hghdreambody.com/hgh-f/ – “Frequently Asked Question”

    #284665

    Hi!

    Please try adding !important rule

    .main_color a, .alternate_color a {
    color: yellow !important;
    }

    also

    /* change following code i posted in my first post */
    .main_color a, .alternate_color a, .main_color strong, .alternate_color strong {
    color: inherit!important;
    }
    /* to following */
    .main_color strong, .alternate_color strong {
    color: inherit!important;
    }

    Best regards,
    Yigit

    #284670

    Perfect. That fixed it. The only issue is that it’s linking words that aren’t supposed to be linked. such as http://hghdreambody.com/hgh-f/, “packages”

    #284673

    Hi!

    Can you firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    and try deactivating all active plugins and check if that helps?
    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.