Tagged: x
-
AuthorPosts
-
May 7, 2016 at 5:22 am #980001
kripikriParticipantI have gotten pretty far to completing the look of my site,
http://kripikri.comI’m trying to get each link (menu item) in my menu to be a button (pill) and to have the same effect my content area does (transparent white), is there a way to this?
I also realized that I customized my home page content area to have the look I want (the transparent effect) but if I actually click on the post, the content area on the post page is black…what can I do to make my content area just like my home page? EVERYWHERE, with the same text color (rgb(18, 55, 90))
Can you please help me achieve these things?
Thank you!
May 7, 2016 at 7:26 am #980085
ChristopherModeratorHi there,
Please add this :
.x-navbar .desktop .x-nav > li > a > span { margin-right: -0.089em; border: 1px solid; border-radius: 30px; padding: 10px; background-color: rgba(255, 255, 255, 0.7); color:rgb(18,55,90); } .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow:none; }Find this code :
.home .entry-wrap { background-color: rgba(255, 255, 255, 0.7) !important; }And update it to :
.entry-wrap { background-color: rgba(255, 255, 255, 0.7) !important; }Hope it helps.
May 9, 2016 at 2:31 am #981797
kripikriParticipantthanks so much! perfect! <3
May 9, 2016 at 2:36 am #981807
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-980001 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
