Front page feature section customization

Discussion in 'Infoway WordPress Theme' started by aarliaud, Oct 30, 2013.

Thread Status:
Not open for further replies.
  1. aarliaud

    aarliaud Member

    Joined:
    Oct 28, 2013
    Messages:
    30
    Likes Received:
    0
    Hello,

    1- How to suppress second feature area (to merge with the first one to have wider feature description area)?
    2- How to get widgets (such as recent posts) in third feature area?
    3- How to suppress recent posts under the front page feature section?

    Thanks in advance,
    Best Regards,
     
  2. aarliaud

    aarliaud Member

    Joined:
    Oct 28, 2013
    Messages:
    30
    Likes Received:
    0
    Hello,

    I fixed some issues above.

    1- Merging the 3 feature areas for wider text:

    .feturebox .featurebox_inner .featurebox_desc.first {
    width:570px;
    text-align:justify;
    }

    .feturebox .featurebox_inner .featurebox_desc.third {
    display: none;
    }
    .feturebox .featurebox_inner .featurebox_desc.second {
    display: none;
    }

    3- Suppression of the carousel posts

    #carousel-full {
    display: none;
    }

    I don't need solution anymore for issue #2.
    Best Regards,
     
Thread Status:
Not open for further replies.

Share This Page