• How do I edit the scrolling widget on my home page, and the widgets showing the posts on the far right? When I go the edit the homepage this portion doesn’t show up as an option.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tellmeeverything

    (@tellmeeverything)

    Can I remove the Date from these images? I do not want the date to show up on my blog posts. Additionally, can I change where the title of my post shows? I do not want it directly over the image.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @tellmeeverything

    It seems like date was already removed. You can use the following code in additional CSS box:

    .post-info-wrap {
    padding: 0;
    position: static;
    background: none;
    }
    .has-thumbnail .post-info-wrap .entry-title a, .front-slider-block .post-info-wrap .entry-title a {
    color: #333;
    }

    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Edit Widgets on Homepage’ is closed to new replies.