Forum Replies Created
-
AuthorPosts
-
sanamKeymaster
Hi @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 #184880sanamKeymasterHi 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,
SanamsanamKeymasterPlease 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,
SanamsanamKeymasterHi 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,
SanamsanamKeymasterHi Clive,
Could you please send us your site URl?
Regards,
SanamsanamKeymasterHi 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, 3 months ago by sanam.
sanamKeymasterCould you please explain more in details regarding the issue.
Regards,
SanamsanamKeymasterYou 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;
}sanamKeymasterPlease 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,
ThemepalacesanamKeymasterHi @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,
ThemepalacesanamKeymasterHi @EBENAZERJOHNPAULGMAIL-COM,
Please find the demo data here.
https://drive.google.com/file/d/1tKlUZfmq-gxKs8b_Gbtep9HWf-wbaOJu/view?usp=sharingsanamKeymasterTo enable the product image on the single product page please go through the video below:
https://www.awesomescreenshot.com/video/10225130?key=4e6855fb39c8d70b69d5af3c678c777cRegards,
SanamsanamKeymasterHi @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,
ThemepalacesanamKeymasterHello @TSCOLETTIGMAIL-COM,
New version of the theme has been released please update your theme to its latest version.
Regards,
Sanam -
AuthorPosts