Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #282399

    Hi,
    on the homepage (web address listed in private content) halfway down I have a colour section containing four columns.
    Each column has special headings above and below the photo.
    When I try to change the text colour of the special headings and the button colour only the button colour changes, the headings stay purple.
    Why do they not change?
    Thanks

    #282407

    Hi GOWD!

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

    div#av_section_1 h2 {
    color: red !important;
    }

    Best regards,
    Yigit

    #282456

    Hi Yigit, thanks for the fast reply.
    Unfortunately while that does work it changes all the headings in that div and I want the headings in each column to be the same colour but a different colour to the headings in the column beside them.

    #282491

    Hi!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give the heading elements that you would like to change color a unique css class and use following code instead

    .custom-class-red h2 { color: red !important; }

    Best regards,
    Yigit

    #283037

    Hi Yigit,
    thank you, that has now worked and I have styled all eight headings and four buttons.
    It is a workaround obviously, I am more concerned with why changing the colour in the Special Heading settings does not work but for the button it does?
    Is it because in advanced styling settings I have #84559e set as the colour for h1 – h6 and this is over riding the setting in special heading?

    #283137

    Hey!

    Probably. I have tried to reproduce the issue on my end but it works fine on my local installation. I noticed that you are using an older version of the theme. Updating the theme may help. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #283169

    Hi Yigit, I updated the theme and now using the special headings colour settings works!
    Thanks for all your help, you may close this thread

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Special heading Colour not changing’ is closed to new replies.