Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello @KHARASANDOVALLITTLELIONSLEARN-COM
You can this CSS to get back icon on navigation bar
#masthead.is-sticky .fa-laptop:before{
content: “\f109”;
}#masthead.is-sticky .fa-film:before{
content: “\f008”;
}#masthead.is-sticky .fa-gamepad:before{
content: “\f11b”;
}#masthead.is-sticky .fa-paw:before{
content: “\f1b0”;
}#masthead.is-sticky .fa-shopping-cart:before{
content: “\f07a”;
}#info-text .entry-content{
padding: 4.9% 8%;
}#info-text .container{
padding-bottom: 30px;
}Regarding the header image could you please explain in more detail? and share some reference screenshot
April 26, 2023 at 11:40 pm in reply to: How to remove Author on blog page and also next and previous post? #189470Psink
KeymasterPlease Add this CSS
.single .cat-links{
display: none !important;
}April 25, 2023 at 8:09 am in reply to: How to remove Author on blog page and also next and previous post? #189445Psink
KeymasterPlease add this CSS in the Additional CSS
.single .post-navigation,
.blog #main .entry-meta .byline,
.blog #main .cat-links{
display: none;
}Psink
KeymasterPlease add this CSS in the Additional CSS
@media screen and (max-width: 600px) {
.custom-header .wrapper:before {
background-size: contain !important;
}
}Psink
KeymasterYou can add this CSS in the Additional CSS
#main{
background-color: #484848;
}you can change the color code as per your requirement
April 24, 2023 at 11:53 pm in reply to: How to remove Author on blog page and also next and previous post? #189437Psink
KeymasterYes, it is possible, could you please share your site URL? We will inspect and provide CSS
Psink
KeymasterYou can add ‘Simple Custom CSS and JS’ plugin on your dashboard and google tracking tag code
you can follow the screen recording
https://www.awesomescreenshot.com/video/16773286?key=ae592b873e79af087b51ed501ed062b2Psink
KeymasterYes it may be possible to fix this by adding the CSS code in the Additional CSS
Could you please share your site URL if the site is live and also some reference screenshots?
Psink
Keymaster@BIRLA-ARNAA, can you please explain in more detail what did you change to fix the issue?
Psink
Keymaster@RANCHOALEGRE, there is an option to disable search in the menu GO to Customizer >> Theme Options >> Menu Options >> Search in Primary Menu
Psink
KeymasterYes, changing the parent theme is not a good approach as the code will disappear whenever the theme gets updated.
For the solution to your issue don’t change anything in the parent theme just copy the whole ‘inc’ folder
from the parent theme and paste it to the child theme. Since get_theme_file_path() get the path from the activated theme and there are no files of that path in the child theme so we have to add an inc folder. Besides that, you can customize anything in the child themePsink
KeymasterCould you please share your site login to prashant.themepalace@gmail.com? We will inspect the issue and let you know
Psink
KeymasterPlease this add one CSS
.outofstock a.button.wp-element-button.product_type_simple:before {
content: “Out Of Stock” !important;
padding: 14px !important;
margin-left: 18px !important;
border: 2px solid !important;
border-color: #f5808c !important;
}-
This reply was modified 2 years, 5 months ago by
Psink.
Psink
Keymaster@FOSTERKITTYCATS, you can add this CSS
#page-site-header #breadcrumb-list {
display: none;
} -
This reply was modified 2 years, 5 months ago by
-
AuthorPosts