Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1356939
    Smarticle
    Participant

    Hey,

    I’ve taken the code from a Cornerstone button and pasted the html into basic text widget. However, the global link colour for sidebars is affecting the text on the button. Officially the button text should be white in both standard and hover states. That’s what I need. But I don’t want to affect the rest of the links—under Recent Posts for example—because I’m happy with the way they function, i.e. teal then green on hover.

    Here’s the site…

    http://cotconference.wpengine.com/category/latest-news/

    I’ll provide logins in the next post.

    Oh, also… how can I reduce the tracking (text spread) in the widget titles?

    Cheers

    #1356948
    Smarticle
    Participant
    This reply has been marked as private.
    #1357218
    Friech
    Moderator

    Hi There,

    Thanks for writing in! For the button, add this on your custom CSS.

    .x-sidebar a.x-btn,
    .x-sidebar a.x-btn:hover {
    	color: #fff;
    	text-shadow: none;
    	text-decoration: none;
    }

    And this for the widget title letter spacing.

    .x-sidebar .h-widget {
    	letter-spacing: 1px;
    }

    Hope it helps, Cheers!

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