Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9553
    13alaise
    Member

    Hi,

    I’d like to know how to mimic the style of a featured page widget.
    I need to insert a link with an image to an external website, I’m using a Text widget but I can’t have the same rounded effect on image as well as the title aligned the same way… Any tip?
    Regards,

    Germain

    http://test.gdid-conseils.com/13alaise/

    #9574
    Sakin
    Keymaster

    @13alaise: I don’t see that widget in your site. Can you show me the page where you are using it.

    #9577
    13alaise
    Member

    Hi,

    On the homepage, just below the rotating caroussel, I’ve got 5 areas.
    1st (Une histoire de Fada) is a text, 2nd 4th and 5th are Catch mustang widget and 3rd is a text (E-boutique).

    Regards,

    Germain

    #9609
    Sakin
    Keymaster

    @13alaise: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #home-top-sidebar .textwidget img {
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	-webkit-box-shadow: 0 2px 2px #717171;
    	-moz-box-shadow: 0 2px 2px #717171;
    	box-shadow: 0 2px 2px #717171;
    }
    #9622
    13alaise
    Member

    Thanks!
    Its what I needed.

    Regards,

    Germain

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Homepage Top sidebar widget’ is closed to new replies.