Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269937
    ParadoxVapez
    Participant

    Ok I know it sounds very silly and I researched and got an idea that I need the page index to do this but, Ok I want to change certain font on only CERTAIN PAGES for instance http://www.myeventsnyc.com/best-secret-speak-easys-nyc/ I would like to change the <h1> title to BLACK instead of white (which is what it is in customizer site wide) how do I just change it for a particular page or BETTER YET a particular type like “POSTS” I want all “POSTS” to have the title color be BLACK please help and thank you!

    #1270061
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .postid-592 .entry-title {
    	color: black;
    }

    Follow this post on How to Locate Page/Post IDs.

    Make sure you add the closing bracket of your last Custom CSS block on the Customizer or else the code above wont work.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1269937 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>