Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #174868
    Bertus
    Participant

    is it possible to add transparancy to the menu bar in the Fullscreen Pro theme?

    #174872
    sapana
    Participant

    @bertus: please post in your site Url so that I can provide you with necessary CSS code.

    Kind Regards,
    Sapana

    #174874
    Bertus
    Participant

    Hi Sapana, website URL is https://www.bertusvanrooijen.nl/

    Thanks!!

    #174887
    sapana
    Participant

    @bertus: Hello bertus,
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .fluid-layout #header-content, .boxed-layout #header-content .wrapper, .site-primary-menu.toggled-on, #tertiary, #footer-menu-wrapper, .site-footer{
    background-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }

    You can change the value of rgba as per your transparency choice, let me know if this works out!

    Kind Regards,
    Sapana

    #174894
    Bertus
    Participant

    Thank you so much! works great!!

    Greetings Bertus

    #174992
    sapana
    Participant

    @bertus:Hello, there,I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    #176016
    marcin stanski
    Participant

    Hi Sapana,

    I have few questions for you:
    1. Can you tell me what would be CSS for transparent menu for for my site: http://www.backdropsgallery.com
    2. In the Menu next to the Home and About links are visible hyperlinks signs, can you advise how to remove them?
    3. For some reason when I enter site address on the tablet or phone video does not show up?

    Thank you in advance for your help,

    Ilona

    #176053
    sapana
    Participant

    @backdropsgallery:
    1) Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .fluid-layout #header-content, .boxed-layout #header-content .wrapper, .site-primary-menu.toggled-on, #tertiary{
    background-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }

    you can change the background color as per your requirement.

    2)hyperlinks signs are visible because you have enable the social link section
    Go to=> Appearance=> Customize=> Menus=> View all menu location=> Social on Primary Menu=> do not select any thing

    3) You can use our Header Enhancement plugin which will enable video in mobile and tablet version along with sound

    Let me know if you find any difficulties!

    Kind Regards,
    Sapana

    #178315
    Song Liu
    Participant

    suggest (0, 0, 0, 0.3)
    but,my this page’s nav:http://www.hanidea.cn/archives/1
    how to modify?

    #178473
    Song Liu
    Participant

    my this page’s nav:http://www.hanidea.cn/archives/1
    how to modify? @sapana

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menu bar transparancy’ is closed to new replies.