Forum replies created
We’re glad that you resolved! 🙂
You’re welcome! 🙂
Hi Egon,
Thanks for writing in!
If you wish to ask any question; please open a new post, as this post has closed. We’ll gladly assist you on the other post as its against the rules of forum, to post on others topic.
Thanks for understanding!
Hi Bianca,
Thanks for writing in!
how to update the font color of the navigation on mobile devices
Please add the following code under Appearance -> Customize -> Custom CSS:
#wrapper .dd-options {
background: #000000 !important;
}
Please post your website URL; if the code doesn’t help.
Thanks!
Hi Mike,
Thanks for writing in!
How can I add this to my header
Please add the following code under Appearance -> Customis
.header-pattern {
background: #fff41b;
background: -moz-linear-gradient(top, #fff41b 0%, #ff981b 46%, #ea0004 100%, #f27500 100%);
background: -webkit-linear-gradient(top, #fff41b 0%,#ff981b 46%,#ea0004 100%,#f27500 100%);
background: linear-gradient(to bottom, #fff41b 0%,#ff981b 46%,#ea0004 100%,#f27500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff41b', endColorstr='#f27500',GradientType=0 );
}
If this is your website: http://lowcarblowglycemicseizurediet.com/, then please remove “-pattern” from the above ‘header-pattern’ class.
a different color gradient to my body
Please add the following gradient to your Custom CSS field:
body {
background: #fff41b;
background: -moz-linear-gradient(top, #fff41b 0%, #ff981b 46%, #ea0004 100%, #f27555 100%);
background: -webkit-linear-gradient(top, #fff41b 0%,#ff981b 46%,#ea0004 100%,#f27500 100%);
background: linear-gradient(to bottom, #fff41b 0%,#000000 46%,#ea0004 100%,#f27555 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff41b', endColorstr='#f27500',GradientType=0 );
}
Please change the color values as required.
Hope this helps!
Thanks.
Hi Joey,
Thanks for writing in!
How can i change the featured image size? Its too big and is doesn’t fit.
Please go under: Admin Panel -> Settings -> Media. As per shown here:
http://prntscr.com/9uip8m
In case this won’t help; so please add the following code under Appearance -> Customize -> Custom CSS:
.postid-3764 .thumbnail-post-single img {
width: 74% !important;
}
Please adjust the value as per desire.
Hope this helps!
Thanks.
Hi Christian,
how to make the title and caption horizontally closer to the edge of the images.
Please add the following code under Appearances -> Customize -> Custom CSS:
.page-id-9343 .t4p-slider.fixed-width-slider .slide-content-container {
padding-left: 3% !important;
}
caption and title on the slides are positionned from the bottom of the slide (instead of from the top)
Please insert the following code under your Custom CSS field:
.page-id-9343 .t4p-slider .slide-content-container {
top: 63%;
}
how can I bring them closer together (less vertical space between the title and caption)?
Please use the following code under your Custom CSS:
.page-id-9343 .t4p-slider.fixed-width-slider .slide-content-container .heading {
margin-bottom: 8px;
}
Hope this helps!
Thanks.
Hi Dominik,
Is there also a possibility to delete the shadow from this top header bar?
Please add the following code under your Custom CSS field:
.blog .header-social:after {
display: none !important;
}
Custom CSS didn’t work
I’d recommend clearing your browser’s cache as because its working at my end (see: http://prntscr.com/9tp6s7).
Thanks!
Hi Dominik,
Glad that resolved!
It’s recommended to open a new topic; we’ll gladly assist you there, as one topic covers one issue.
Is there also a possibility to delete the shadow from this top header bar?
It doesn’t seem to be a shadow under the top header (see: http://prntscr.com/9tcnoq), please indicate if there is.
Is there a possibility to center the menu of header 4?
Please add the following code under custom CSS field after choosing header 4 from the menu:
.header-v4 #nav ul li {
float: none !important;
display: inline-block !important;
}
.header-v4 #nav {
float: none !important;
}
.header-v4 #nav > ul {
float: none !important;
text-align: center !important;
}
Hope this helps!
Thanks.
Hi Deniel,
Thanks for writing in!
If you wish to ask any question; please open a new post, as this post has resolved. We’ll gladly assist you on the other post as its against the rules of forum, to post on others topic.
Thanks for understanding!