Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #335495

    Hi!

    I would like to change the color scheme for a single page. Whereas the background color of my website is black (and white/grey fonts & links & dropcats), I would like to have a white color background and black fonts for my blog (for readability reasons).

    Thus, is it somehow possible to change the color scheme for particular pages or a class of pages (in my case: for all the blog pages)? If not, is there a workaround?

    Your help is highly appreciated!

    Cheers,
    Thomas

    #335564

    Hi investmentwriter!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog *, .single-post * {
    color: black!important;
    background: white!important;
    }

    Best regards,
    Yigit

    #335625

    Hi Yigit!

    Thank you very much for your quick and helpful response!

    There are still some minor issues, however.

    First, how can I use another logo only for the blog posts. My “normal” logo is white colored with black background. For the white background, I need a black logo, however. How can I add the “alternative” logo only for the blog posts?

    Second, The lines of the blog’s search field do not appear correctly at the moment. The search field is not “closed” (please check my website, as it’s a bit difficult to explain …).

    Third, is there a possibilty to change the color (only) of the blog’s header border line (from black to white)?

    Fourth, would it be possible to only change the background color of the single blog posts and not the color of the blog overview page?

    Thank you again for your help!!!

    Cheers,
    Thomas

    #337575

    Hey Thomas!

    Can you post a link to your blog overview page?

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.