Forum Replies Created
-
AuthorPosts
-
November 20, 2022 at 10:25 pm in reply to: How to remove page title without affecting page URL #187039
Psink
Keymaster@VERTICALIFI, Please Add this CSS in the Additional CSS
.home .post-21 .entry-header{
display: none;
}GO to Appearance >> Customizer >> Additional CSS, paste the above code there and published the site
Let us know if it works or not
Psink
Keymaster@TSC20234, Add this CSS in the Additional CSS
.main-navigation ul.nav-menu > li > a {
padding: 6px 10px;
font-size: 16px;
}Please let us know if it works or not
Psink
Keymaster@RAVENST0NE, Could you please share your site URL? We will check and provide you with a solution
if possible send your admin login through our contact form
https://themepalace.com/contact-us/-
This reply was modified 2 years, 11 months ago by
Psink.
Psink
KeymasterHello,
I guess you did go through the instruction of Musicsong Pro. Here is the instruction for the Musicsong
Psink
Keymaster@JASMINER, Add this CSS in the Additional CSS
#main-slider img {
height: 700px;
object-fit: cover;
}Psink
Keymaster@TSCOLETTIGMAIL-COM, Please add this CSS in Additional CSS
@media screen and (max-width: 567px) {
.custom-header-media .section-title{
display: none;
}
}Psink
Keymaster@JASMINER, Could you please share your site URL? We will check and provide you with a valid CSS
Psink
Keymaster@TSCOLETTIGMAIL-COM, Could you please share your site URL? We will see and provide you with a Valid CSS
Psink
Keymaster@MANU, the issue is solved actually pagination code is missing in the right sidebar template and in the full-width template. I have added a folder called ‘templates’ in your child theme directory and added the two files one for the right sidebar template and the other for the full-width template
Psink
Keymaster@MANU, Could you share your site login details through our contact form? We will check and inform you
Psink
Keymaster@MANU, Maybe there is a conflict between the plugins and the theme. Could you check by disabling all the plugins
Psink
Keymaster@SEEUROPE, here is the link for the demo data https://themepalace.com/instructions/themes/blogification/#doc-demo-file-39
November 6, 2022 at 11:21 pm in reply to: Does changing the theme of the website effects the ranking? #186706Psink
Keymaster@MORGAN_4454, Yeah you can change the theme it will not impact the ranking of the website
Psink
Keymaster@KOHLI, We really appreciate your query. We will let the theme author fix the issue in the next update
November 6, 2022 at 11:11 pm in reply to: Remove the excrept and “… Read More” from featured content. #186704Psink
Keymaster@R719, I guess you want to remove the excerpt and Read More buttons from the Featured Content section. You can you the Below CSS to remove the button and the excerpt
#featured-content-section .entry-summary{
display:none;
}To add this CSS go to Appearance >> Customizer >> Additional CSS, there you can paste the CSS
Let us know if have any other issues that need to solve
-
This reply was modified 2 years, 11 months ago by
-
AuthorPosts