• Resolved eggbird

    (@eggbird)


    A nice theme, but the text “Recent posts” is not readable. The red “post” titles I like to make white. I have no menu, but there is a black colored menu block, how to eliminate this, or make it the same color as the background ?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter eggbird

    (@eggbird)

    The problem with the red color is solved ….

    Theme Author Anders Norén

    (@anlino)

    Hi @eggbird,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .nav-toggle, .mobile-menu { display: none !important; }
    
    .blog-menu { padding: 0 !important; }

    Let me know if that does it.

    — Anders

    Thread Starter eggbird

    (@eggbird)

    Thanks, the menu block is gone, so far so good. But the “recent posts” title is still not visible . It is black, but like it white …

    Thread Starter eggbird

    (@eggbird)

    Thread Starter eggbird

    (@eggbird)

    Some other issue appeared: when I hoover over an title of a post: the title disappears ….

    Theme Author Anders Norén

    (@anlino)

    @eggbird Add this:

    .widget-content h1, .widget-content h2, .widget-content h3, .widget-content h4, .widget-content h5, .widget-content h6 { color: inherit; }

    The issue with the post title is because you have set the theme accent color to white in the Customizer. Reset it or change it to any other color, and it won’t be white anymore.

    Thread Starter eggbird

    (@eggbird)

    Thanks, for the fast solution … In the ideal world we like to decouple the accent color from the post title and the accent color. Problem solved.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I like to make some adjustments’ is closed to new replies.