• Resolved SessionPod

    (@sessionpod)


    Hi there,

    I hope someone can help. On my site I am not using Featured Text Area and the fields are blank under Customise. But the area appears on my static homepage, blank, as a but gap. If I go to another static page the Feature Text Area does not appear, and this is what I want for my homepage. Is there any way I can hide the Feature Text Area from my homepage (or any other alternative).

    Best regards,
    Rob

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    try adding the following style:

    .flex-container {
    display: none;
    }
    Thread Starter SessionPod

    (@sessionpod)

    Hi there,

    No, that didn’t work. Perhaps I should have mentioned I’m using the Adamos theme. (Sorry, I should have mentioned this in my original post…d’uhhh).

    //Rob

    Thread Starter SessionPod

    (@sessionpod)

    Hi again,

    I worked it out based on your suggestion. I can hide the featured text area in Adamos theme by adding the following style…

    .featuretext_top {
    display: none;
    }

    …thanks for your help and a great theme.

    //Rob

    Theme Author Template Express

    (@danstriker)

    OK cool

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide 'Featured Text Area' on homepage’ is closed to new replies.