Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterDid you reset your site or did any thing else? Can you please elaborate in more details
Psink
KeymasterCan you please share your site URL?
Psink
KeymasterPlease follow the screen record
https://www.awesomescreenshot.com/video/20470761?key=33881286d8cf7599bd2566bfd3a2bae1Psink
KeymasterYou can add this CSS in the Additional CSS
.post-categories :not(:last-child):after {
content: ” “;
margin-right: 5px;
}Psink
KeymasterThe option that you are looking for is not available in free version. Sticky header option is only available in Travel Master Pro
Psink
KeymasterWe have import the data please verify from your side
Psink
KeymasterBefore importing data is it okay to reset your site?
Psink
KeymasterIs it possible to share your site dashboard login? We will help you to import the full demo
You can share your login details with prashant.themepalace@gmail.com
August 22, 2023 at 11:40 pm in reply to: Service section icons are being zoomed into the header of service single pages #190641Psink
KeymasterYou can add this CSS
#page-site-header {
background-size: auto;
background-repeat: no-repeat;
}August 22, 2023 at 8:08 am in reply to: Anchor links with different color background in menu #190627Psink
KeymasterPlease add this CSS in the Additional CSS
.main-navigation ul#primary-menu ul li.current-menu-item > a, .main-navigation ul#primary-menu ul li:hover > a, .main-navigation ul#primary-menu ul li:focus > a{
background: #fff !important;
color: orange !important;
}
.main-navigation ul#primary-menu ul li.current-menu-item > a, .main-navigation ul#primary-menu ul li:hover > a, .main-navigation ul#primary-menu ul li:focus > a{
background: #fff !important;
color: #000 !important;
}
.main-navigation ul#primary-menu ul li.current-menu-item > a:hover,
.main-navigation ul#primary-menu ul li:hover > a:hover,
.main-navigation ul#primary-menu ul li:focus > a:hover{
background: #fff !important;
color: orange !important;
}August 22, 2023 at 7:59 am in reply to: Service section icons are being zoomed into the header of service single pages #190626Psink
KeymasterThe link to the page that you have shared is not found. Is it possible to share a reference screenshot?
Psink
KeymasterIs it possible to share the reference screenshot? It will be easy for us to figure out the issue
August 17, 2023 at 11:26 pm in reply to: Navigation/Menu – PAGE LIST: CANNOT RETRIEVE PAGES. #190581Psink
KeymasterCan you please share your site url? and if possible reference a screenshot of the issue that you are facing
Psink
KeymasterWe can fix this issue by adding a few lines of CSS
GO to Dashboard >> Customizer >> Additional CSS, paste this code there and published the site
a {
color: #000;
}a:hover {
color: #f36e4b;
}Psink
Keymasterwe are sorry for the late follow, can you please try adding CSS to Additional CSS in the theme customizer? Here is the code
@media screen and (max-width: 74.9375em){
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container.has-primary-background-color {
background: transparent !important;
}
}After add its looks something like this
https://www.awesomescreenshot.com/video/19999369?key=8717bd411ecc11ed60cf44ee04c77126hope its works for you
-
AuthorPosts





