• Resolved supervale

    (@supervale)


    Hello again!
    I’d link to change grey color in the header in the pages (here) . I can’t find the code in editor… Somebody can help me?
    Many thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Are you talking about header background color (https://screencast.com/t/SqUvrIdtEzm6)?

    Thank You.

    Thread Starter supervale

    (@supervale)

    Yes, ThemeHunk!! ??

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Go to the Appearance > Customize > Custom CSS and paste code given below.

    .navbar.not_home {
        background-color: rgba(34, 34, 34, 0.6);
    }

    Add your color value.

    Thank You.

    Thread Starter supervale

    (@supervale)

    Hello Themehunk, thanks.
    I have to add this code in style.css? Or where? ??
    If I add the code in style.css, the color doesnt’ change…
    Many thanks again.
    Valentina

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Go to the Appearance > Customize > Custom CSS and paste that code. It will work.
    And also add your desired color value in the code above.

    Thank You.

    Thread Starter supervale

    (@supervale)

    My God, I can not read! Sorry!! It works! ??
    Here I can also change background page color?
    I tried to add
    page {
    background-color: #000000;
    }
    but doesn’t work…
    Thanks!

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Use this code for background color.

    .page-container {
        background: #000000;
    }

    It will work.
    You can also contact our support forum for more help.

    Thank You.

    Thread Starter supervale

    (@supervale)

    Many thanks! ??

    Thread Starter supervale

    (@supervale)

    Dear ThemeHunk, thanks!
    with that code I have a black edge, but the background behind the text is still white
    I see that support forum is only for PRO Version.
    Thank for your precious help!

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Use this code.

    .page-content {
        border: 1px solid rgba(0, 0, 0, 0.82);
        background: #000;
    }

    No we are providing support for free users too.

    Thank You.

    Thread Starter supervale

    (@supervale)

    Wow! Thanks! I ask there ??

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Please don’t forget to post your valuable review. It will motivate us to improve this theme more and more ??

    Best Regards.

    Thread Starter supervale

    (@supervale)

    Ohh yesss!! ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Color header in article’ is closed to new replies.