Transparent Button Background

Support Area Forums Grassroots Transparent Button Background

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://http://http://
  • Author
    Posts
  • #33208
    Denis Kuhlmey
    Participant

    Hi Bill,

    next Question. I want to use Buttons with transparent Background Color and a Border in the Hero Section.
    I Need a Style like the button in the Grassroots demo; right side in the menu.
    How can i do this?

    Thank you for the Support.

    #33216
    Bill Robbins
    Moderator

    Hi Denis,

    You can do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #hero-section a.button {
      	background: transparent;
      	border: 3px solid #ffffff;
      }
      

      Just replace the #ffffff with the color you’d like to use there for the border.

    3. Update your settings.

    That should change your hero area button to a “ghost” style button with no background and a border. Let me know if I can help.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Transparent Button Background’ is closed to new replies.