Tagged: x
-
AuthorPosts
-
August 10, 2016 at 2:13 pm #1126050
robinweber1989ParticipantHi Support,
my website is: http://rondreis-planner.nl. My wish is to make my header exactly the same as this websites’ header: http://showcase.aislinthemes.com/?product=carry_hill (click on the right example > click on “about”).
What I’ve done so far is to incorporate the correct header background on my site through my custom css (the dots). I’ve done that by adding this css to by custom css:
.x-navbar {
background: #ffcc00 url(‘http://rondreis-planner.nl/wp-content/uploads/2016/08/background-warpper-menu.png’);
}Now I would like this (http://carryhill.aislinthemes.com/content/themes/carry-hill/public/img/rainbow.png) image to be in my header as well. Exactly the same positioning and size as the example website if possitble.
Also I would like this image in there, just like on the example site:
http://carryhill.aislinthemes.com/content/themes/carry-hill/public/img/content-bottom-edge.pngCould you help me with this to create the same header?
Thank you in advance!
CheersMy total custom css is this:
/* menu centeren – 2blokken */
body .x-navbar .x-nav-wrap.desktop .x-nav li {
float: none;
display: inline-block;
}
body .x-navbar .x-nav-wrap.desktop .x-nav {
width:100%;
text-align:center;
}/* borders rondom menu items verwijderen */
.x-navbar .desktop .x-nav > li:first-child > a, .x-navbar .desktop .x-nav > li > a {
border: none;
}/* balletjes patroon header */
.x-navbar {
background: #ffcc00 url(‘http://rondreis-planner.nl/wp-content/uploads/2016/08/background-warpper-menu.png’);
}/* achtergrond patroon body hele site */
body .site {
background: #f7f6f4 url(“http://rondreis-planner.nl/wp-content/uploads/2016/08/achtergrond.png”) repeat;
}
/* breadcrumb kleur */
.x-breadcrumb-wrap2 {
color: #2196f3;
margin-top: 20px;
height: 30px;
}/* bovenste footer kleur – geel */
.x-colophon.top {
background-color: #2196f3;
}
/* bovenste footer kleur – bruin */
.x-colophon.bottom {
background-color: #ffcc00;
}August 10, 2016 at 8:55 pm #1126594
FriechModeratorHi There,
Thanks for writing in! Have you try combining this images in one file? Having this separate images all together in the header would require a complex CSS that fall outside of the support that we can offer. You may wish to consult a developer to assist you with this.
Thanks for understanding.
August 11, 2016 at 5:25 am #1127005
robinweber1989ParticipantHi Support,
One image would be an option. I will look into it. Will this option with multiple images in the header be possitble with the upcoming custom header builder?
One other question, did you find any errors in my current total css? I so, could you point me out some of the errors?
Thank you in advance and keep up the goog work!
Cheers
August 11, 2016 at 7:40 am #1127106
JoaoModeratorHi There,
I am not sure we will have the option you are looking for on the header builder, this is not a feature requested often.
Regarding your CSS it seems fine, you always can use the website below to check your code as well.
Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1126050 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
