Forum Replies Created
-
AuthorPosts
-
sanam
KeymasterHi @freqnik,
Could you please send us your site URL and also the login credentials of your site so, that we can look into the issues that you are facing through our contact form https://themepalace.com/contact-us/.
Regards,
ThemepalaceAugust 11, 2022 at 11:29 pm in reply to: WordPress inserts forward slash before and after menu items in top-nav #184880sanam
KeymasterHi Kallin, Please add this CSS in the Additional CSS
#top-nav ul li a::before {
content: none;
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS, and publish the site.
Regards,
Sanamsanam
KeymasterPlease use this CSS and adjust the number as per your need.
@media only screen and (min-width: 767px) {
.site-branding #site-identity {
margin-top: 17px;
}
}#site-logo img {
margin-top: 11px;
}Regards,
Sanamsanam
KeymasterHi Soarts, Please add this CSS in the Additional CSS
#site-identity {
background: none;
}.site-title{
border-bottom: none;
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS, and publish the site.
Regards,
Sanamsanam
KeymasterHi Clive,
Could you please send us your site URl?
Regards,
Sanamsanam
KeymasterHi Tim,
For removing the underline on links please add this css to additional css
ul li a {
text-decoration: none !important;
}
#site-generator .site-info a:hover,
#site-generator .site-info a:focus,
.widget_recent_comments li a {
text-decoration: none;
}As for customizing the site info please go to Customizer >> Theme Options >> Footer Options there you can edit the site info.
Regards,
Sanam-
This reply was modified 2 years, 7 months ago by
sanam.
sanam
KeymasterCould you please explain more in details regarding the issue.
Regards,
Sanamsanam
KeymasterYou can try adding !important if it does not work. It will override ALL previous styling rules for that specific property on that element!
For example
h1 {
font-weight: 500;
/*not working*/color: #007ac9;
letter-spacing: 1px;
}h1 {
font-weight: 500;
color: #007ac9 !important;
letter-spacing: 1px;
}sanam
KeymasterPlease add !important at the end of the inline css
<h4 style=”text-align: center; margin: 50px 0px 8px 0px !important;”>Oasis Hot Stone Massage</h4>As for the color you can provide which part of the site you want to change and we will provide you with custom css.
Regards,
Themepalacesanam
KeymasterHi @TSCOLETTIGMAIL-COM, To disable the image section of single product page please add this CSS in the Additional CSS
.single-product .custom-header {
display: none
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
Regards,
Themepalacesanam
KeymasterHi @EBENAZERJOHNPAULGMAIL-COM,
Please find the demo data here.
https://drive.google.com/file/d/1tKlUZfmq-gxKs8b_Gbtep9HWf-wbaOJu/view?usp=sharingsanam
KeymasterTo enable the product image on the single product page please go through the video below:
https://www.awesomescreenshot.com/video/10225130?key=4e6855fb39c8d70b69d5af3c678c777cRegards,
Sanamsanam
KeymasterHi @CELIA, Please add this CSS in the Additional CSS
.single .entry-title,
.single .byline a,
.archive .entry-title,
.archive .byline a,
.search .entry-title,
.search .byline a {
color: #e5383e;
}
Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
you can find the color code reference on the link below:
https://www.computerhope.com/htmcolor.htmAs for the dark version color setting it will probably get added on the next theme update.
Regards,
Themepalacesanam
KeymasterHello @TSCOLETTIGMAIL-COM,
New version of the theme has been released please update your theme to its latest version.
Regards,
Sanam -
This reply was modified 2 years, 7 months ago by
-
AuthorPosts