Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1050728
    zeusuk
    Participant

    Hi there, i just want to do something really simple but can’t see the answer on here.
    I just want to center align my blog post titles, on the blog post itself. I already found the solution to centering the titles on the blog page, but that hasn’t worked on the actual posts when they are opened
    Thanks

    #1050791
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1050793
    zeusuk
    Participant

    Also, how do i change the background color of the recent posts widget? right now its transparent, i just want it white
    Thanks

    #1050890
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .recent-posts-widget-with-thumbnails ul,
    .recent-posts-widget-with-thumbnails ul li {
        background: #fff;
    }

    Hope it helps 🙂

    #1052771
    zeusuk
    Participant

    Hi, the css worked great thanks, as for my 1st question, my site is http://www.combobooker.com
    Also, how do i turn off the underline on the recent posts widget text?
    As for my original question about aligning the blog title text, my site is http://www.combobooker.com
    Thanks!

    #1052883
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    .single-post h1.entry-title {
        text-align: center;
    }

    Let us know how it goes!

    #1054119
    zeusuk
    Participant

    Worked a treat!
    Thanks very much, have a great day

    #1054236
    Joao
    Moderator

    Great to hear it,

    Let us know if you need help with anything else.

    Joao

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