Tagged: x
-
AuthorPosts
-
September 7, 2016 at 12:07 pm #1164783
DonParticipantHi – 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
September 7, 2016 at 3:02 pm #1165044
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1164783 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
