Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1189456

    I was wondering if there is a way to have the blog title over the image on the page supplied?

    #1189618

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-13 #av_section_3 .slide-content {
        position: absolute;
        top: 35%;
    }

    Best regards,
    Rikard

    #1189670

    Unfortunately that has not done anything :(

    #1189888

    Hi,

    I can’t see the CSS applying at all, did you remove it? Also, did you select to delete the old CSS and JS files under Enfold->Performance before you checked the results?

    Best regards,
    Rikard

    #1189938

    No – I simply entered the CSS you sent me under ENFOLD > GENERAL STYLING

    #1190284

    Hi,

    Sorry, my bad. I gave you the wrong section ID, please try this instead:

    .page-id-13 #av_section_4 .slide-content {
        position: absolute;
        top: 35%;
    }

    If you want this to apply to your whole site then you can remove the page ID class and section ID:

    .slide-content {
        position: absolute;
        top: 35%;
    }

    Best regards,
    Rikard

    • This reply was modified 4 years, 8 months ago by Rikard.
    #1190390

    Thanks, how do we make all the text centred ?

    #1190725

    Hi,

    Please replace the previous CSS with this:

    .page-id-13 #av_section_4 .slide-content {
        position: absolute;
        top: 35%;
        width: 100%;
    }

    Best regards,
    Rikard

    #1190807

    Fabulous

    I simply used

    .slide-content {
    position: absolute;
    top: 35%;
    width: 100%;
    }

    As I want it to be site wide!

    THANK YOU!!!

    #1190990

    Hi whdsolutions,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.