Forum Replies Created
-
AuthorPosts
-
February 8, 2022 at 11:28 pm in reply to: How do I change the color of the hamburger menu that appears on smaller screens #178457sanamKeymaster
Hello @THECOACH, Please add this CSS in the Additional CSS
div#primary-menu-wrapper .menu-toggle svg.icon {
fill: #000;
}
.site-header-menu .menu-label {
color: #000;
}
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
sanamKeymastersanamKeymasterHello @KAISPLAYHUB, Please try this CSS
.archive.woocommerce-page #page-site-header {
display: none;
}Regards.
- This reply was modified 2 years, 9 months ago by sanam.
sanamKeymasterPlease use this CSS
.custom-header-content .section-title {
color: #0000FF !important;
}Thanks.
- This reply was modified 2 years, 9 months ago by sanam.
sanamKeymasterHello @THECOACH, Please add this CSS in the Additional CSS
.transparent-header.has-header-image .site-title a,
.site-title a {
color: #fff;
}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
sanamKeymasterHello @THECOACH, Please remove the previous CSS add this new CSS
.home .custom-header .section-title-wrapper {
margin-top: -30px;
margin-bottom: 70px;
}Try adjusting the value and see what works for you.
Thanks.
sanamKeymasterHello @THECOACH, Please add this CSS in the Additional CSS
@media only screen and (min-width: 64em){
.header-style-two .site-header-main .wrapper {
padding-bottom: 7px;
padding-top: 7px;
}
}
@media screen and (min-width: 30em) {
.header-style-two .site-branding {
margin: 0 auto 0 0;
}
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please adjust the number as per your interest.
Thanks.
February 3, 2022 at 3:12 am in reply to: How do I change the header menu font type and color? #178123sanamKeymasterHello @THECOACH, Please add this CSS in the Additional CSS
.main-navigation .nav-menu > li a {
color: #00FFFF !important;
font-family: Optima;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please change the color code or font family as your interest. Please use this link below as a reference.
https://www.computerhope.com/htmcolor.htm
https://developer.mozilla.org/en-US/docs/Web/CSS/font-familyThanks.
sanamKeymasterHello @BASSS27, Please add this CSS in the Additional CSS
.textwidget a,
p a {
text-decoration: underline;
font-weight: bold;
}
.site-title a {
text-decoration: unset;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Thanks.
sanamKeymasterHello @HOTELSTARS, did you use the google API key under the WP Travel Plugin settings? Please follow the link for further instruction if you haven’t already, cause this might be the reason why you are having issues with the map.
https://developers.google.com/maps/documentation/javascript/get-api-keyThanks,
sanamKeymasterCan you please share your dashboard login and license key through our contact form? we will check the issue.
here is the link
https://themepalace.com/contact-us/sanamKeymasterHello, @HANSONATWOOD are you referring to the header image of individual pages or could you please explain in details?
sanamKeymasterHello! @JORDENKACHEMAKCOMMUNICATIONS-COM Could you please elaborate more on exactly which section are you having errors in.
Thanks
sanamKeymasterYes, you can.
sanamKeymasterHello! @KHIN-MAUNG-ZAW, Have you tried activating it by entering the license key? You will get the license key on your email if you have purchased the education hub pro theme. Please try checking your email.
If it’s not the case we will look into it from our end.
Thanks.
-
AuthorPosts