Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204890
    onefoursix
    Participant

    re: http://www.146test2.co.uk/beerg/blog

    As you will see the right hand bar titles of the blog are white and need to be black. Also the blog previous text is black on a black background. Can we change to white text here please?

    #1205007
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .blog .entry-header,
    .blog .entry-content {
        color: #fff;
    }
    
    .x-sidebar .h-widget {
        color: #000;
    }
    

    Hope that helps.

    #1205014
    onefoursix
    Participant

    Thank you.

    1 – The titles need doing as well though. They are currently black on a black background
    2 – When you open a blog post it is black on black again

    #1205178
    Joao
    Moderator

    Hi There,

    1- Add the following code to Appereance > customizer > Custom > CSS

    h2 .entry-title {
    color: white !important;
    }

    2-

    .entry-wrap {
        background-color: white !important;
        border-radius: 4px;
        box-shadow: none;
        border: 2px solid;
    }
    
    .comment-form-author input, .comment-form-comment textarea {
    background: white;
    }

    Hope that helps

    Joao

    #1209565
    onefoursix
    Participant

    Thanks for this. A couple of minor ones please:

    – I need the search bar to have white text rather than grey
    – The read more button I would like showing with a black background and red on hover
    – when you go into a blog, i need the “login to reply” link to show red

    Thanks

    #1209622
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    input#s {
        color: #fff;
    }
    ::-webkit-input-placeholder {
       color: #fff;
    }
    
    :-moz-placeholder { /* Firefox 18- */
       color: #fff;
    }
    
    ::-moz-placeholder {  /* Firefox 19+ */
       color: #fff; 
    }
    
    :-ms-input-placeholder {  
       color: #fff;
    }
    a.more-link {
        background-color: #000;
        padding: 10px;
    }

    #3 Please change link color from Customize -> Typography -> Site links.

    Hope it helps.

    #1211222
    onefoursix
    Participant

    Regarding – point 3 – i only wanted that bit changed. If i change it in the customeriser it changes it site wide

    #1211350
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    p.must-log-in a {
        color: #f00;
    }

    Hope it helps 🙂

    #1211653
    onefoursix
    Participant

    Fab thanks.

    Some of the things we have done have thrown out the text colour on a different page though.

    see – http://146test2.co.uk/beerg/events/

    The blog posts on there symbolising the events are in white on a white background

    #1211848
    Rupok
    Member

    Hi there,

    Let’s find and remove the below code as it’s causing this :

    .h-recent-posts, .x-recent-posts-date {
      color: white !important;
    }

    Cheers!

    #1212644
    onefoursix
    Participant

    Thank you thats great. On the main blog section, when you hover on a blog link it turns white. Can we have that as red please?

    #1213020
    Joao
    Moderator

    Hi There,

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

     .x-recent-posts .x-recent-posts-img:after {
      background-color: red;
    }

    Hope it helps

    Joao

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