badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Static page options

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22530
    Yasmin
    Participant

    I want to create a static page like the one on the sample layout.
    Instead of the icons (e.g. solid framework, elegant design etc etc.) I want a photo, small text excerpt and link to other pages – so basically the same except with photos instead of icons.

    I’m guessing I need to start with a business layout and a static front page, but how do I create the icon/excerpt links in this grid layout? Is this a subsection option of the business page, or is this a table I have to create within the page and put the pictures, excerpts and links in each cell?

    Thanks!

    #22686

    Hi Yasmin,

    To have the photo rather than the icon please Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .service-item .service-icon,
    .service-item .service-icon img {
    	width: inherit;
    	height: inherit;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    }
    .service-item .service-icon {
    	border: 0 none;
    }
    #22813
    Yasmin
    Participant

    That’s perfect! Thanks!

    #22889

    That’s great Yasmin

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.