• I’m using the Blackbird theme to make a very simple website for now, but will add to it later. For now, I don’t need or want any more than one subpage, which I can navigate to from the Home Top Feature URL. So, for now I don’t need the 3 “Read More” buttons or associated graphics and metadata in the Home Page Feature settings. All I need is the mechanism to post in the social media, which is provided in the footer. Is there a way I can hide the three feature settings? Also, I’d like to hide the first and third footer areas. Can I do that? Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter rfhurst

    (@rfhurst)

    I found some help on this. The following code removes the “read more” buttons:

    .feature-content .read-more{
    display:none;
    }

    But, I also need to remove the home page feature settings (headings, image, content, and links). What are the corresponding actions (whatever you call them) that I should “display:none”?

    Thanks very much for anyone’s eagerly anticipated help.

Viewing 1 replies (of 1 total)
  • The topic ‘how to hide the 3 "Read More" feature settings’ is closed to new replies.