-
AuthorPosts
-
June 26, 2014 at 6:21 pm #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.
June 26, 2014 at 6:57 pm #284222Hi 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,
YigitJune 26, 2014 at 7:54 pm #284246Perfect, 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?
June 27, 2014 at 5:25 am #284396Hi!
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,
IsmaelJune 27, 2014 at 5:33 pm #284660Hey Ismael,
I added the code but the linked text still isn’t yellow (see http://hghdreambody.com/hgh-f/ – “Frequently Asked Question”
June 27, 2014 at 5:52 pm #284665Hi!
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,
YigitJune 27, 2014 at 6:08 pm #284670Perfect. 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”
June 27, 2014 at 6:13 pm #284673Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.