I was wondering if there is a way to have the blog title over the image on the page supplied?
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
Unfortunately that has not done anything :(
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
No – I simply entered the CSS you sent me under ENFOLD > GENERAL STYLING
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
Thanks, how do we make all the text centred ?
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
Fabulous
I simply used
.slide-content {
position: absolute;
top: 35%;
width: 100%;
}
As I want it to be site wide!
THANK YOU!!!
Hi whdsolutions,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria