Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1207005
    ahurlburt53
    Participant

    I do I remove the default icons

    trying to make website look like this http://arizdavid.com/blog/

    website
    http://647.aaf.myftpupload.com/

    screen shot
    http://i.imgur.com/Xi3QH9h.png

    #1207156
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .entry-title:before {
     display: none;
    }

    Hope that helps

    Joao

    #1207840
    ahurlburt53
    Participant

    ty. Now I would like the blog title background to be blue. Please refer o screen shot

    https://imgur.com/Xi3QH9h

    #1207897
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    /* blue background */
    .blog header.x-header-landmark {
        background: #2ea3f2;
    }
    /* white text */
    .blog h1.h-landmark {
        color: #fff;
    }

    Hope it helps 🙂

    #1207914
    ahurlburt53
    Participant

    wow tytytytytyt, X support is amazing

    please help in changing site wide blue background. especially for category archive

    http://i.imgur.com/NTEwWhU.png

    #1207946
    Thai
    Moderator

    Please update the previous CSS a bit:

    /* blue background */
    .blog header.x-header-landmark,
    .category header.x-header-landmark {
        background: #2ea3f2;
    }
    /* white text */
    .blog h1.h-landmark,
    .category h1.h-landmark {
        color: #fff;
    }

    Hope it helps 🙂

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