Tagged: , ,

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

    I am very new to web design so don’t know much about customization.

    I want all the headers from this page

    http://www.mobile-dj-hire.com.au/birthday-party-dj-hire

    To be same colour as the headers from THIS page

    http://www.mobile-dj-hire.com.au/21st-birthday-dj-hire

    And I want it to be done to EVERY page OR post ONLY to the headings 1, 2 and 3. Is there a quick easy way of doing this? Or using the Quick Style area on the theme settings?

    #140714

    I did it to the 21st page, manually. Want it on every page, automatically part of the theme colours for headings only.

    #140715

    Hi,

    You can add this code to Quick CSS in Enfold theme options under Styling for main h1,h2 and h3

    .main_color h1, .main_color h2, .main_color h3 { color: red!important; }

    and for alternate h1,h2 and h3, please add

    .alternate_color h1, .alternate_color h2, .alternate_color h3 { color:red!important; }

    Regards,

    Yigit

    #140716

    Thanks MAN!

    #140717

    Actually it doesn’t seem to be working, is this correct?

    .main_#395988 h1, .main_#395988 h2, .main_#395988 h3 { color: red!important; }

    #140718

    Here is a screenshot:

    http://www.mobile-dj-hire.com.au/wp-content/uploads/2013/09/Quick-CSS.png

    #140719

    Hi,

    You should copy/paste as is and only change “red” to your desired color

    Regards,

    Yigit

    #140720

    Sweet. Problem Solved!!!

    That was Excellent! THANKS!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change global colour of Headings 1, 2, and 3. How do I do it?’ is closed to new replies.