Forum Replies Created
-
AuthorPosts
-
sanamKeymaster
We have contacted the theme author regarding this issue. so this issue will be resolved on the next theme update.
Regards,
SanamsanamKeymasterHi @CELIA,
White color is the default color for the dark version so you cannot change the font color on the dark version
July 27, 2022 at 11:37 pm in reply to: Site Title and Tag Line not displaying on responsive phone format – worked B4? #184439sanamKeymasterPlease add the following CSS
.site-header-menu {
justify-content: center;
align-items: center;
}#primary-menu-wrapper {
margin: 0;
}
#primary-search-wrapper {
display: block;
}sanamKeymasterHi @INSPIRE-ACADEMY,
Please remove this chunk of codes from additional css
#order_review {
margin-left: 900px;
}#order_review_heading {
margin-left: 380px;
margin-top: -905px;
}@media (min-width: 981px){
#order_review_heading {
margin-left: 0 !important;
margin-top: 0 !important;
}}
if the above method does not work try adding this below css on additional css
@media screen and (max-width: 980px) {
#order_review_heading {
margin-left: 0px !important;
margin-top: 0px !important;
}#order_review {
margin-left: 0px !important;
}
}Regards,
SanamJuly 26, 2022 at 11:38 pm in reply to: Site Title and Tag Line not displaying on responsive phone format – worked B4? #184409sanamKeymasterHi @JMWERNEKE, Please add this CSS in the Additional CSS
.wp-custom-logo .site-identity {
display: inline-block;
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
Regards,
ThemepalacesanamKeymasterHi @TRACEYHARTY,
Please add the following CSS.archive-posts-wrapper h2.section-title {
color: #fff;
}
.archive-posts-wrapper .section-description p{
display: none;
}sanamKeymasterHI @KARIANN,
We had already sent you a email regarding the issue. In case if you have not received our email.
We assume that you have not inserted the topbar background image. To insert the background image please follow the instruction as given in the video below:
https://www.awesomescreenshot.com/video/10055822?key=aeb8e0f833b7ddbf546c3ba06ab95a0cAlso, the login credentials are not working and for the comment section issue Please add this CSS in the Additional CSS
.comment-content {
background-color: #fff;
font-weight: bold;
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
Regards,
Regards,
ThemepalacesanamKeymasterHi @ADAMHOLL,
I guess you already know how to disable shop section.
as for removing the right sidebar please go to Customizer > widgets > sidebar and remove the sidebar elements.Regards,
SanamsanamKeymasterHi @ADAMHOLL,
Please download the demo file from the below link and import it manually
https://drive.google.com/file/d/17AV3jp4eX44AA88e56LnuCrZUGgEjRan/view?usp=sharingRegards,
ThemepalacesanamKeymasterHi @LPERLSTE, Please add this CSS in the Additional CSS
.jetpack_subscription_widget input[type=”email”] {
color: #111;
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
Regards,
ThemepalaceJuly 22, 2022 at 12:14 am in reply to: How to change the background picture / color on front page #184216sanamKeymasterHi @DAVEHS, Please add this CSS in the Additional CSS
#introduction-section {
background-color: #24358B;
}
#latest-posts {
background-color: #EA202D;
}
@media screen and (min-width: 1200px){
.box {
background-color: #EA202D;
}
}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.htmRegards,
ThemepalacesanamKeymasterHi @TRACEYHARTY,
If can provide us with your site login credentials via our contact form https://themepalace.com/contact-us/. we will fix it for you.
Regards,
SanamsanamKeymasterHi @ROSAMRW,
Please check your blog page or archive pages. Those pages will have the randomized header image that you upload. Also if you do not insert a featured image on your posts or pages it will display the randomized header image.
Regards,
SanamJuly 19, 2022 at 11:58 pm in reply to: Site Title and Tag Line not displaying on responsive phone format – worked B4? #184157sanamKeymasterHello @JMWERNEKE,
Could you please share your site URL so that we can look into the issue? since it’s working fine on our side.
Regards,
Themepalace -
AuthorPosts