Tagged: x
-
AuthorPosts
-
January 24, 2017 at 9:07 pm #1344152
allancaegParticipantI have 4 header navbar items. I’d like the last item to look like a Call-to-Action, being the most prominent among all buttons.
How do I give this a different CSS? For example, make it look like a button while others stay like this looking like just text
You can see this live on http://www.northstories.io/
January 25, 2017 at 2:31 am #1344382
LelyModeratorHi There,
Thank you for the URL. Please add this CSS on Appearance > Customize > Custom > Edit Global CSS:
li#menu-item-455> a:hover { box-shadow: none !important; } li#menu-item-455> a { padding-top: 17px; } li#menu-item-455> a>span { color: #ffffff; border-color: #ac1100; background-color: rgb(193,14,35); margin-bottom: 0.25em; text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5); box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0,0,0,0.75); border-radius: 0.25em; padding: 20px; }Hope this helps.
January 26, 2017 at 1:10 am #1345927January 26, 2017 at 1:26 am #1345941
Rue NelModeratorYou’re most welcome.
That’s what we are here for! -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1344152 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
