Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164783
    Don
    Participant

    Hi – my NavBar is transparent and I have been trying to adjust to 100% opaque using custom css without success.

    Also – I have 3 photos on home page, with bottom photo style as ‘circle’ but it DOES NOT change properly when adjusting choices.

    site is secretdomina.com

    Thanks

    #1165044
    Joao
    Moderator

    Hi There,

    I am not sure what you want with your navbar but here we go a coouple of suggestions :

    Add the following code instead of transparent, you will use rgb colors, you can research the internet or use photoshop color picker to find out which rgb color you would like to use, the first 3 digits are the colors, the last is the opacity, I have set to 0.2 you can play from 0 to 1.

    .x-navbar {
        background-color: rgba(1,1,1,0.2);
    }

    If you would like to remove the border at the bottom of your navbar, add the following code than:

    .x-navbar {
        border-bottom: none;
        box-shadow: none;   
    }

    To have perfect circles you need to upload perfect squary pictures.

    If I did not answer your questions please provide more details about what you are looking for to achieve.

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1164783 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>