Tagged: x
-
AuthorPosts
-
November 6, 2016 at 3:01 pm #1246191
Sarah PParticipantHi X-Team,
thank you very much for your help every time 🙂
I want to add a header image on the blog-page.
There are some similar topics on this forum. But my problem is that the header image has to be before the bread crumbs.
Here I add some pictures.
1. It has to be like this. a header image with 100% width.
2. the header image with css (.x-header-landmark) : with green background-colorHow can I add the image easily?
Thank you 🙂
Sarah
November 6, 2016 at 10:31 pm #1246507
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 8, 2016 at 2:56 am #1248371
Sarah PParticipantThis reply has been marked as private.November 8, 2016 at 3:50 am #1248415
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global jQuery :
jQuery("<div style='background-color:#00ff00;background-image:url(http://ixpo.rrbn.de/wp-content/uploads/ixpo_services_messebau.jpg);height:200px;'></div>").insertBefore(".blog header.x-header-landmark.x-container.max.width");Hope that helps.
November 15, 2016 at 7:47 am #1257897
Sarah PParticipantHi thanks for reply 🙂
What can I do when I want to use another image for other category?
Blog: Image 1
Category 1: Image 2
Category 2: Image 3…
November 15, 2016 at 7:55 am #1257912
Sarah PParticipantI did it 🙂
jQuery(“<div style=’background-image:url();background-repeat:no-repeat’><div class=’x-container max width wpb_row’><h5 style=’color:#fff;’>Blog</h5></div></div>”).insertBefore(“.category-blog header .x-breadcrumb-wrap”);
jQuery(“<div style=’background-image:url();background-repeat:no-repeat’><div class=’x-container max width wpb_row’><h5 style=’color:#fff;’>Pressemitteilungen</h5></div></div>”).insertBefore(“.category-pressemitteilungen header .x-breadcrumb-wrap”);THANKS 😀
November 15, 2016 at 8:46 am #1257977
RahulModeratorGlad you’ve solved it for yourself!
Let us know if we can help with anything else.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1246191 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
