Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070329
    destynova
    Participant

    Hi, i’ve tried some solutions in this forum for having a:

    Dark grey background for my site

    white background as needed(in some pages and, in the blog page)

    white / light grey background for all blog posts

    changing the color of the font, as needed by the page background.

    Can you help me with some css suitable for this situation? i’ve used
    .blog .entry-wrap {
    background-color: white;
    }

    .blog .site {
    background-color: white;

    and get the background of the blog page, and the single post as shown there white.
    But when i clik the post i get a black post background on a dark grey page.
    maybe changing the font family for the single post would be also appreciated.

    thanks, i’ll give you my credentials in the next post.

    #1070330
    destynova
    Participant
    This reply has been marked as private.
    #1070347
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    body.single-post .site {
        background-color: #fff;
    }
    body.single-post .entry-wrap {
        background-color: white;
    }
    
    body.single-post .entry-content.content {
        color: #000
    }
    .entry-footer a {
        color: #000;
    }

    Hope it helps 🙂

    #1070528
    destynova
    Participant

    ok thanks! it works 😀
    now, is it possible to change the text apparence on the right (Articoli recenti, commenti recenti archivi etc.) with something more readable? the black shadows (a kind of) feels unreadable for me and annoying.
    Also, font in typography are black now so i can’t read links on the right, and even footer text.
    so links in blog, footer color 😐

    Many thanks!

    #1070552
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-colophon.top,
    .x-colophon.top .h-widget,
    .x-colophon.top .widget ul li a, 
    .x-colophon.top .widget ol li a,
    .single-post .widget ul li a,
    .single-post .widget ol li a {
        color: #fff;
    }

    Hope it helps 🙂

    #1070662
    destynova
    Participant

    yes it did! thanks a lot

    #1070768
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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