is it possible…

Support Area Forums Live is it possible…

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://cotroc.org/newsite
  • Author
    Posts
  • #18811
    Micah Hensley
    Participant

    Happy Easter Bill!

    On the live theme, is it possible to use the image widget to place an image in there as a clickable link to say take you to “Sermon Series” etc… Well ok I know that’s basically possible…But is it possible to get rid of the background around it? To where it’s just the image?? I want to put 3 matching format images to take us to like “Sermon Series”, “Events”, etc…

    Look forward to hearing back from you!

    Thanks!

    #18818
    Bill Robbins
    Moderator

    Good Morning Micah,

    It looks like what we need to do to accomplish that is to remove the margins around the widgets there. Here’s how you can do that:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #home-left .widget,
      #home-right .widget {
      	margin: 0 0 -3px;
      }
      
    3. Update your settings.

    Have a great week,
    Bill

    #18831
    Micah Hensley
    Participant

    Hey Thanks Bill! I’m gonna give it a try. I’m actually going to do it in all 3 widgets so is there another line I need to add for the center?

    #18835
    Bill Robbins
    Moderator

    To include the middle too, it would look like this:

    
    #home-left .widget,
    #home-middle, .widget,
    #home-right .widget {
    	margin: 0 0 -3px;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘is it possible…’ is closed to new replies.