Forum Replies Created
-
AuthorPosts
-
February 22, 2022 at 7:20 am in reply to: Header left-right boxes add widget or add thumbnails? #179097
sanam
KeymasterPlease add this CSS
.menu-open .menu-toggle .icon-close,
svg.icon-menu {
fill: #fff;
}Regards,
ThemepalaceFebruary 22, 2022 at 6:41 am in reply to: Header left-right boxes add widget or add thumbnails? #179088sanam
KeymasterPlease add this CSS in the Additional CSS
@media screen and (min-width: 1024px) {
.site-branding {
width: 100%;
}
}Thanks.
February 22, 2022 at 5:16 am in reply to: Header left-right boxes add widget or add thumbnails? #179086sanam
KeymasterHello @JMGROVE, Please add this CSS in the Additional CSS
div#left-side-post,
div#right-side-post {
display: none;
}.site-branding{
border-left: 0;
border-right: 0;
}#top-bar{
border-bottom: 0;
}.main-navigation:before,
.site-branding:before,
.site-branding:after{
background-color: unset;
}#masthead {
background-image: url(‘https://themepalacedemo.com/magpaper-pro/wp-content/uploads/sites/107/2019/03/people-2575608_1920.jpg’);
}@media screen and (max-width: 1023px) {
.site-branding{
border-bottom: 0;
border-top: 0;
}
}.site-info {
display: none;
}Please add the background image URL as per your need. You can get it from the media after you upload the image.
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Thanks.
sanam
KeymasterHello @AINABERNAT, we assume that you want to make the white margin the same color as the background of the pages.
Go to Customizer >> Appearance >> Color Options >> Content Color Options >> Background color, change the color there as per your need, and published the site.
Regards,
February 21, 2022 at 11:06 pm in reply to: Header left-right boxes add widget or add thumbnails? #179075sanam
KeymasterHello @JMGROVE, for making left and right boxes to accept widgets, hiring a developer would be an option. So, we decided to eliminate it as a workaround that you have suggested.
Please watch the video on the link below on the new design and provide us with your thought on it.
https://www.awesomescreenshot.com/video/7521495?key=f14dd590b3626d9b80ab074be6624ce5Regards,
Themepalacesanam
KeymasterHello @SKJOLDBJERGGARNIHOTEL-DK, I looked into it but could not exactly grasp the issue that you have addressed. Could you please explain this more in detail?
Regards,
Themepalacesanam
KeymasterHello @SKJOLDBJERGGARNIHOTEL-DK, Please add this CSS in the Additional CSS
.header-media-tagline,
.custom-header .section-title,
.custom-header .site-header-text {
color: #FFFFFF !important;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please use this link for reference https://www.computerhope.com/htmcolor.htmThanks
sanam
KeymasterHello @AINABERNAT,
To change the page into full width with no different block.
Go to Customizer >> Appearance >> Theme Options >> Layout Options >> Global Layout and choose no sidebar setting.
Please note that these setting changes will be applicable throughout the entire site.To change the background color of the pages, Please add this CSS in the Additional CSS
.page .entry-content-wrapper,
.page #main article {
background: #800000;
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site. you can change the background color as per your requirement.
Please use this site as a reference for color options.
https://www.computerhope.com/htmcolor.htmRegards,
Themepalacesanam
KeymasterPlease add this CSS into Additional CSS
li a[href*=”whatsapp.com”]:after {
content: “\f232”;
}Regards,
Themepalace-
This reply was modified 3 years ago by
sanam.
sanam
KeymasterHello @NISHADSN, Please add this CSS in the Additional CSS
li a[href*=”whatsapp.com”]::before {
content: “\f232”;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Regards,
Themepalacesanam
KeymasterHello @SANOOKTIEW, Please add this CSS in the Additional CSS
.page .order-wrapper {
padding: 10px;
}
.page .order-wrapper table {
display: inline-table;
}
@media (max-width: 991px) {
.page .checkout-page-wrap {
grid-template-columns: 100% !important;
}
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Regards,
Themepalacesanam
KeymasterHello @GIRLRACER, Could you please provide us with your site Url?.
sanam
KeymasterHello @EMRAH, Please add this CSS in the Additional CSS
@media only screen and (max-width: 1300px) {
#sidebar-front-page-widget-area .construction_base_widget_call_to_action,
.construction_base_widget_call_to_action {
background-size: cover;
}
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.Thanks
sanam
KeymasterHello @THECOACH, Please add this CSS in the Additional CSS
#colophon {
background-color: #800000;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please use this link for reference https://www.computerhope.com/htmcolor.htmThanks
-
This reply was modified 3 years ago by
-
AuthorPosts