Tagged: x
-
AuthorPosts
-
July 3, 2016 at 8:11 am #1070329
destynovaParticipantHi, 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.
July 3, 2016 at 8:14 am #1070330
destynovaParticipantThis reply has been marked as private.July 3, 2016 at 8:29 am #1070347
ThaiModeratorHi 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 🙂
July 3, 2016 at 12:29 pm #1070528
destynovaParticipantok 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!
July 3, 2016 at 12:50 pm #1070552
ThaiModeratorHi 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 🙂
July 3, 2016 at 4:22 pm #1070662
destynovaParticipantyes it did! thanks a lot
July 3, 2016 at 7:15 pm #1070768
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070329 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
