This topic has 12 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi there,
How do I define the size for the Breadcrumbs Background when it comes to width=” … ” & height=” … ” ?
It has there a box to fill for the background size, but I am not being able to determine how should I write there the size. I’ve tried for example width=”1496″ height=”734″ and didn’t work ..
Could you please let me know how do we insert or resize the size for the Breadcrumbs Background?
PLease see screen shot as example in private content.
Kind regards,
Hello,
You need write background size in pixels or percentages, like 100px 100px or 100% 100%.
Read more about background-size here http://www.w3schools.com/cssref/css3_pr_background-size.asp .
Regards,
Eva Kemp.
Hello Eva,
The percentage format worked, the other not, but I am not being able to change the height of the picture.
I wonder if this is even possible in fist place or, if it needs some customization?
Please see screenshot attached in private content.
Because the way we change this values in not through short code mode. We go to the theme options and change it from there.
Could you please walk me through this to know how I can do it on my own, in order for me to make the changes till I’m happy with the size, of how to do it?
Credentials also in private content for your convenience.
Kind regards,
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.bc-type-5 {
padding: 100px 0 !important;
}
and change the code you have there:
.page-content {
margin-top: 10%;
}
to
.page-content {
margin-top: 20px;
}
Regards,
Eva Kemp.
Hello,
thanks.
Also could you please let me know how do I change the following font colour that goes on a screen shot in private content?
It is the Month word of the blog news at the footer, which is made by the static blocks.
Kind regards,
Hello,
Please add this code in Custom CSS:
.footer-top .date-event {
color: red;
}
Regards,
Rose Tyler.
Hello,
I have added that following code with red and nothing has changed.
Hello,
WP Dashboard credentials are incorrect.
Please check them.
Regards,
Rose Tyler.
Hello,
Sorry, my bad – turns out it does work.
Kind regards,
Hello,
So, is the issue resolved and we can close the topic?
Best regards,
Jack Richardson.
Hello,
Yes you can close this ticket, thanks.
Kind regards,
Hello,
We’re glad to hear that your issue was solved.
Have a nice day.
Regards,
Rose Tyler.
The issue related to '‘Breadcrumbs Size’' has been successfully resolved, and the topic is now closed for further responses