-
AuthorPosts
-
January 5, 2014 at 12:00 am #205447
Hi Guys,
I’m having a problem with the theme colors I have a dark blue color that appears on some of the titles and icon titles etc. and I don’t know where it coming from or how I can change it I’ve tried changing it in the Enfold/Theming but it’s still appears. Also when I add this color #00adef IN Enfold/Theming it changes the (d) to a (b) as follows #00abef ? Please can you help me with these problems.
Thank You
LG- This topic was modified 10 years, 10 months ago by designing.
January 5, 2014 at 7:43 am #205505Hi designing!
Can you please give us a link to the website? Attach a screenshot of the elements or objects that you want to change.
Regards,
IsmaelJanuary 5, 2014 at 4:01 pm #205567This reply has been marked as private.January 6, 2014 at 5:21 pm #205889Hey!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:.alternate_color h2 { color: #00adef; }
You can add the !important declaration to it if it doesn’t take effect as well.
Regards,
DevinJanuary 6, 2014 at 6:02 pm #205905Hi Devin,
That help change the h2 “About Us” and “WHAT OTHERS SAY ABOUT US” titles but the icon titles and the testimonial Names haven’t changed? Any ideas
Thanx
LGJanuary 6, 2014 at 6:07 pm #205909Hi!
Please add following code to Quick CSS as well
.alternate_color .avia-icon-list .iconlist_icon { background-color: #00adef; } .alternate_color strong.avia-testimonial-name { color: #00adef; }
Regards,
YigitJanuary 6, 2014 at 6:11 pm #205913Hi Yigit
No that doesn’t work either ;-(
January 6, 2014 at 6:15 pm #205916Hey!
Please flush browser cache and refresh your page a few times. It does work on my end http://i.imgur.com/5OOfpRk.jpg
Regards,
YigitJanuary 6, 2014 at 6:20 pm #205918Yeah I’ve already done that a few times, it’s changed the color of the icons (that I didn’t want to change) but the title of each icons haven’t changed
Regards
LGJanuary 6, 2014 at 6:24 pm #205922Hi!
Please remove following code from Quick CSS if you would like to un-do icon color changes
.alternate_color .avia-icon-list .iconlist_icon { background-color: #00adef; }
and add following code to Quick CSS
.alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6 { color: #00adef; }
Regards,
YigitJanuary 6, 2014 at 6:37 pm #205927Wow Finally,
For some reason any changes that I make via the Enfold admin panel seem to take some times up to 20 minutes to take affect, is there any reason for that?
Thanks
LGJanuary 6, 2014 at 6:51 pm #205932Hey!
After applying custom CSS, please flush browser cache and refresh your page a few times. If that still does not work, your service provider may have some kind of a server side caching. You can try contacting them.
Regards,
YigitJanuary 6, 2014 at 7:54 pm #205945Hey guys,
I came across this looking for the same thing. How does the theme calculate these colors? Specifically, headings within main & alternate color sections (ex: .main_color h2, .alternate_color h4, etc) It seems to be a very dark (almost black) shade of color inputted into theme settings. I would rather not have to hard code colors with CSS if possible. Is there a formula I could look at?
Thanks in advance.
January 6, 2014 at 8:48 pm #205959Hey!
The theme has a bit of background color changes based on your selections in the theme options. As of right now there is no way to individually set the elements with theme options.
The formula for each is a bit different as some it takes your color and then uses a slightly lighter version and others a darker version.
Cheers!
Devin -
AuthorPosts
- The topic ‘Theme colors’ is closed to new replies.