Child Menu Editing

  • Unknown's avatar

    Hi geniuses!

    I’m looking for some help with the child page menu at the bottom of my home page. It displays as 3 images and when you mouse over them they turn dark grey and have a faint heading.

    I am wondering if it is possible to add text or a description that will show only when the image is highlighted?

    I did a little bit of CSS in university but my knowledge is fairly limited. Any help or tips would be much appreciated! Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Please excuse the home image, its only a temporary placeholder!

  • Unknown's avatar

    Hi, you can do something like this.

    .post-133 .entry-title:after {
        content: "This is some descriptive text for one of my child pages";
        display: block;
        color: #fff;
    }

    You can use that as a guide for the other two and edit the content text string as desired.

  • The topic ‘Child Menu Editing’ is closed to new replies.