about-us-basic.html

Home Forums Porto – Responsive HTML5 Template about-us-basic.html

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10005471
    tjimenez
    Participant

    I want to use a variation of the “Our History” section of the about-us-basic.html page but don’t want the dotted lines and the circle for the images, instead I want to just have a square without the dotted lines. Is that circle just masking the rectangle that’s underneath it because I noticed the image file is a rectangle.

    Thank you!


    #10005479
    Support
    Keymaster

    Hello, the dotted lines are actually a background of the element, you can remove those. The circle is set in the border-radius of the img element, which you can also remove:

    (css/custom.css)

    ul.history li .thumb {
    	background: none;
    }
    
    ul.history li .thumb img {
    	border-radius: 0;
    	border: 1px solid #ccc;
    	padding: 2px;
    	margin-top: -2px;
    }

    Kind Regards,

    Jonas


    #10005486
    tjimenez
    Participant

    Awesome! Thanks again! This is exactly what I needed to do.


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.