• Resolved atomikpop

    (@atomikpop)


    I’ve used my theme’s CSS editor to change the post title text color to blue and add a grey overlay behind the text. However, the overlay and text is sitting at the bottom of the image. How can I move the grey overlay and the text up on the featured image, so that a portion of the image shows below the text overlay?

    Thanks,

    Steve

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    I would suggest modifying/reducing your additional CSS to something like this (removing the position/top rules you’ve added):

    
    .big-leader .wrap {
        background: rgba(220, 220, 220, 0.82);
        padding-top: 15px;
        padding-bottom: 2px;
        max-width: 100%; /* not sure this is needed */
        margin-bottom: 40px; /* changing this will change the amount of space below your grey bar */
    }
    

    Hope that helps–

    Thread Starter atomikpop

    (@atomikpop)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Title Up’ is closed to new replies.