Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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, 2 months ago by designing.
    #205505

    Hi 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,
    Ismael

    #205567
    This reply has been marked as private.
    #205889

    Hey!
    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,
    Devin

    #205905

    Hi 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
    LG

    #205909

    Hi!

    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,
    Yigit

    #205913

    Hi Yigit

    No that doesn’t work either ;-(

    #205916

    Hey!

    Please flush browser cache and refresh your page a few times. It does work on my end http://i.imgur.com/5OOfpRk.jpg

    Regards,
    Yigit

    #205918

    Yeah 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
    LG

    #205922

    Hi!

    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,
    Yigit

    #205927

    Wow 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
    LG

    #205932

    Hey!

    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,
    Yigit

    #205945

    Hey 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.

    #205959

    Hey!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Theme colors’ is closed to new replies.