This topic has 6 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
I woul like to change the background image height on the pages with background enabled, to a measurement like 1633 X 350 px but i cant seem to find the css to change. Right now the omage being displayed is about 1633X64px.
In other words, without using a slider I want to change the page background-breadcrumb image to a taller size so more of the background picture can be seen. please advise
see private content for url please
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Ok. thought I had done that already.
see private area.
Hello,
Please add this code into custom.css file.
.bc-type-3 {
height:357px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Just a note: when I re-sized the background the Title and breadcrumbs were not centered anymore. I used this css in custom.css to lign them up again.
.bc-type-3, .bc-type-4, .bc-type-5, .bc-type-6 {
padding: 85px 0 !important;
color: #FFF;
background-attachment: fixed;
border-bottom: none !important;
}
Hello hostpuppies,
And now there is no problem?
Regards,
Robert Hall.
The issue related to '‘Breadcrumb Background Image – change height’' has been successfully resolved, and the topic is now closed for further responses