• Hi All,

    As from v.3.3.8 many of you may have already noticed that topbar background color changes when revealed on scroll from your ‘custom color’ to an uncostumizable ‘rgba(56, 56, 58, 0.9)’. Though this could be considered a cute effect achieved by theme designers it may sometimes become an annoyance when the topbar reveals on top of a dark image or background.

    I suggest that the scrolled topbar background color should become a customizable option.

    Meanwhile, you can change this effect in your child theme CSS through the following:

    /* Topbar background color fix */
    .is-scrolled #header .nav-container.mobile-sticky, .is-scrolled #header .nav-container.desktop-sticky, .is-scrolled #header .search-expand {
        background-color: custom-scroll-bgcolor!important;
    }

    where ‘custom-scroll-bgcolor’ is your desired topbar background color revealed on scroll.

    It could be the same you set for the sticked background [eg: opaque #f26522] or keep the transparency effect with the rgba equivalent and a transparency factor [eg: rgba(242,101,34,0.8)] *** Do not forget to add the !Important suffix ***

    See example at blinkthink.net

    Cheers,
    Soykatorce

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @soykatorce,

    Yes, this problem has been pointed by other users and I agree, this is currently missing.

    This improvement will be added very shortly to the theme.

    I really appreciate your contribution, this is typically the kind the user’s feedback that help improving the theme ??

    Thread Starter Darío Orlando Fernández

    (@soykatorce)

    Hello Maestro,

    I feel honored by your comment. It is just a small payback for all the excellent support you have personaly provided me since I joined the Presscustomizr family. Please feel free to rewrite my post in correct English. Mine s..ks.

    Since this is not a Support request, I don’t know if I should mark it as Resolved.

    Cheers,
    Soykatorce

    Theme Author presscustomizr

    (@nikeo)

    Well, if your english s..ks, I don’t even want to know about mine … ??

    Thank you. Let’s set it to resolve even if not really a support request!

    This was exactly problem of mine. It is nice to see that the theme support is alive. This is my main reason when deciding to buy some theme. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Topbar Background’ is closed to new replies.