Forum Replies Created
-
AuthorPosts
-
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
Psink
KeymasterCould you please your site URL? We will provide you a CSS to fix this issue
Psink
KeymasterThere is no such option on the theme to change the layout of the header. It is only possible by customizing the theme code. If you really want to change the header layout you need hire a developer who can customize the theme
Psink
KeymasterPlease download demo files from the below link
https://drive.google.com/file/d/1PJJoAAs_3sxcVUHm1BhOk7syGiHo4E1R/view?usp=sharingPsink
KeymasterYes, there is no options to change the label of search button.
No worries, we can change the label by adding a few lines of JS code
For that you need to install “Simple Custom CSS And JS” plugin, you can follow the screen record
https://www.awesomescreenshot.com/video/19913578?key=9ec7b5ca3282b7a20cce6e95d70ac4edHere is the JS code
jQuery(document).ready(function($) {
$( ‘#masthead .search-submit’ ).attr( ‘value’, ‘search…’ );
});you can change the value ‘search…’ as per your requirement
after adding the JS code published and refresh the site
Psink
KeymasterYou can add this CSS in the Additional CSS
.transparent-header.home .custom-header {
min-height: 70vh;
}Please change the value as per your requirement
July 31, 2023 at 12:22 am in reply to: is it possible to remove the posts nav bar from the bottom of the single post? #190434Psink
KeymasterPlease add this CSS in the Additional to hide the post pagination
.single .post-navigation{
display: none;
}Here is the screen record for how to add
https://www.awesomescreenshot.com/video/19546639?key=e16046ba6c6f9587ba1c9084089b8e96Psink
KeymasterYou will find social icon options inside Customizer >> Front Page >> Hero Banner
https://www.awesomescreenshot.com/video/19546518?key=75d229a07174a652225db2da592fdd9a -
AuthorPosts