Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there, thanks!

    Do you mean for the featured slider? If so you need to modify /inc/featured.php with a child theme and locate this: https://pastebin.com/5zeXSHGZ (exists in two places in featured.php, if you use a slider you need to edit #2 spot. If no slider, #1 spot)

    Then add a div with this name around that code above:

    <div class="slider-overlay">
    - rest of the code here -
    </div>

    Then add something like this as CSS:

    #flexslider-featured .post-thumbnail { margin-bottom: 0; }
    #flexslider-featured .post-title a { color: #fff; }
    #flexslider-featured .post-hover { position: relative; }
    #flexslider-featured .slider-overlay { background: rgba(0,0,0,0.7); padding: 10px 20px; position: absolute; bottom: 0; left: 0; right: 0; }
    @media only screen and (max-width: 719px) {
    #flexslider-featured .slider-overlay { position: static; background: #333; }
    }

    Should get you started! Will look like this if added correctly: View. You may want to modify font sizes etc, so it doesn’t cover as much of the image.

    I will not be able to support more on this customization, so I’m marking as resolved!

    bedboy

    (@bedboy)

    Alex (or anyone?), could you describe the above in more “lame verision”?

    I failed to succeed here so far ?? Here are my concerns:

    “you need to modify /inc/featured.php with a child theme and locate this: https://pastebin.com/5zeXSHGZ (exists in two places in featured.php, if you use a slider you need to edit #2 spot. If no slider, #1 spot)”

    I have a slider. “modify with a child theme”. I have installed Hueman Child theme, but there is no “featured.php” file. But similar code for the one above (the one that we shall copy from #2 spot) is in functions.php (Child theme). Shall I:

    – modify this functions.php
    – go to main Hueman Theme and modify featured.php… but “exists in two places in featured.php” => where does it exist in FEATURED? isn’t it functions.php…? for sure featured?

    ===

    “Then add something like this as CSS:”

    is it fine if I add it by putting it into Custom CSS?

    bedboy

    (@bedboy)

    To whom it may concern,

    I would like to apologize for bumping, but the topic is marked as resolved, so maybe I need to push a little bit more.

    I look forward to recieve any help.

    Best regards,
    bedboy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post title and excerpt on top of featured image’ is closed to new replies.