• Resolved Anonymous User 14576934

    (@anonymized-14576934)


    Hi all,

    There are so many opacity and transparency options in CSS file but i couldn’t exactly manage to diable header transparency. By the way i don’t use custom CSS file and did some changes on style.css like sticky menu.

    One more thing: Social button and sidebar slider button are above the header when floating. How can change their positions?

    Thank you and have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Mitsukuni,

    Can you please provide a link to your website?

    I kindly suggest you to avoid theme files modifications, because you will lose such modifications after theme update.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    Kind Regards, Roman.

    • This reply was modified 8 years, 5 months ago by Roman Bondar.
    Thread Starter Anonymous User 14576934

    (@anonymized-14576934)

    Thank you very much for the suggest. I mostly use some modifications like “relative -> fixed”. I hope they do not affect the original ones.

    Here is the site: uzlak

    Never used child theme before but it seems i will use them hereafter. ??

    • This reply was modified 8 years, 5 months ago by Anonymous User 14576934.
    • This reply was modified 8 years, 5 months ago by Anonymous User 14576934.
    • This reply was modified 8 years, 5 months ago by Anonymous User 14576934.

    Hello Mitsukuni,

    Please try to use the following CSS code to get rid of header menu opacity and resolve buttons issue.

    Again, you can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    header#masthead > nav.main-navigation,
    header#masthead > nav.main-navigation ul ul {
        background-color: rgba(94,0,0,1);
    }
    
    header#masthead > nav.main-navigation {
        z-index: 1000;
    }

    Kind Regards, Roman.

    Thread Starter Anonymous User 14576934

    (@anonymized-14576934)

    Thank you very much Roman. It worked well.

    Have a nice day, best regards.

    You are welcome Mitsukuni,

    It’s great that it worked.

    Have a nice day as well.

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Opac Header’ is closed to new replies.