Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #122833
    Tim
    Participant

    Thanks it helped, thank you. I would like to remove the icon in front of the entry tittle. can i do this on the same /_content-post-header.php

    #122857
    Tim
    Participant

    2# also i would like to remove the <h1> class=”h-landmark </h1> for the blog where do i need to go?

    #123078
    Cousett
    Member

    Try adding some CSS code under Appearance -> Customize -> Custom -> CSS

    h1.entry-title:before {
    display: none;
    }
    
    h1.h-landmark {
    display: none;
    }

    I hope this helps.

    #124179
    Tim
    Participant

    fine that works, thank you. I have set “a” to white all over the page, now for my breadcrumbs i would like to set it to black. i madethe folowing rule but it is not working:

    a:x-breadcrumbs-wrap {

    color: #000;

    }

    what am i missing

    #124314
    Paul R
    Moderator

    Hi Till,

    It should be

    
    .x-breadcrumbs a {
       color:#000;
    }
    

    Thanks

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