Forum replies created
Hi Kristie,
Thanks for writing in! As for the vertical alignment of the blog name, you can add the following code under Appearance > Theme Options > Custom Css:
#logo {
margin: 52px 20px 0 10px !important;
}
In regard to change the font style and the color scheme of read more button text, you can use the CSS code given below into your custom CSS field:
.entry-content .read-more a {
font-style: normal !important;
color: #FF0000! important;
}
.read-more {
text-shadow: 0 1px 0 #FF0000 !important;
}
Lastly, to use the normal font style into the description of Parallax Slider, you can insert the following code into your customizer:
.da-slide p {
font-style: normal !important;
}
Hope this helps!
Thanks.
Hi Shayne,
if you wish to suppress the extra padding from the above of the page, so you can add the following code under Appearance > Theme Options > Custom Css:
#wrapper {
display: none;
}
Thanks.
Hi Brian,
Thanks for writing in! upon checking, I’ve seen a 404 server error into your website. You should go to Settings > Permalinks and retest your webpage later.
Hope this helps!
Thanks.
Hi Lindy,
Thanks for writing in! if you wish to change the font sizes on both blog page and single posts, so you can add the following code under Appearance > Theme Options > Custom Css:
.single-post .entry-title {
font-size: 28px !important;
}
.blog .entry-title a {
font-size: 16px !important;
}
Hope this helps!
Thanks.
Hi Furuta,
Thanks for writing in! if you want to get a rough quote for the task, then you can fill up the form on our services page then you will get a fair quote for the required task.
https://theme4press.com/theme-customization-service/
Thanks.
Hi Sandra,
If you wish to rectify the layout like this: http://prntscr.com/88bbjh, so you can add the following CSS temporarily in order to fix it under Appearance > Theme Options > Custom CSS:
#wrapper {
margin-bottom: 0px !important;
}
@media screen and (max-width: 780px) {
#logo a {
font-size: 27px !important;
}
}
@media screen and (max-width: 550px) {
#logo a {
font-size: 20px !important;
}
}
body.custom-background {
background-size: 100% 100% !important;
}
Thanks.
Hi Sandra,
Thanks for writing in!
I’d recommend that you clear your caching plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
Moreover, keep disabling the plugins one by one until you detect that which of the plugin causes the glitch.
Thanks.
Hi Paul,
Upon checking, the navigation menu seems to be fine upon hover over items (see: http://prntscr.com/86ypkh) while tested on Firefox browser. Would you mind confirming the issue if it is still existing, so we provide you a further assistance.
Thanks.
Hi Shayne,
Thanks for writing in! please provide more clarification about your requirement with some snapshots. However, if you wish to lessen some space from down bottom of your page, so you can add the following CSS into your custom CSS field:
.footer {
display: none;
}
Thanks.
Hi Tink,
Thanks for writing in! perhaps it’s a caching issue, I’d advise clearing your browser’s cache or testing on a different browser.
Thanks.