• Resolved stoent

    (@stoent)


    Hello!
    I want to change the grey color when I not using pictures to blog post. Can someone help me find how I can change that? Grey to #c9e6f6.

    I also want to change the color of the blog heading text in the front page. White to #00001c.

    Here is my site.

    Thx!

Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello stoent,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .dark-mode .preview-image {
        background-color:  #c9e6f6 !important; 
    }
    
    .preview-header h2.title {
        color: #00001c !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter stoent

    (@stoent)

    Thx!

    Also this was helpful!

    Thread Starter stoent

    (@stoent)

    The color dosent shows exactly how I want. Its shows darker. Can I change this to?

    Thread Starter stoent

    (@stoent)

    I mean #c9e6f6 is not that work as it shows in the theme.

    Thread Starter stoent

    (@stoent)

    Hello again! ??

    I find this

    filter: brightness(200%);

    Thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color – No picture in blog post’ is closed to new replies.