Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi colormatters,
We have updated the previous code please copy the code again and paste it as mentioned before.
Thanks
Theme Horse Support Team
KeymasterHi 100offdeal,
We have discussed and provide the solution about this topic on your other related Topic here. Please Check it.
Thanks
Theme Horse Support Team
KeymasterHi 100offdeal,
Yes showing sticky post will add more post when the sticky post is beyond latest post. You can also control post per page to show how many post per page you want to show. Go to ‘Dashboard > Settings > Reading’ and set the number as you desire on ‘Blog pages show at most’ field and if you want to show the exact post per page including the sticky posts then you really need to hire a developer to customize the code.
To make the Tag line bold, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code
.site-description { font-weight: 700; }
Thanks
Theme Horse Support Team
KeymasterHi please add the below Custom CSS code as well.
@media (max-width: 991px) { .navigation-bar-top { background-color: #029FB2; } }
Thanks
Theme Horse Support Team
KeymasterHi pentalogia,
Sorry for the Late response due to some circumstances. Its Great you solved the issue by yourself 🙂
Please let us know if you have any other queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi sumitprashad19,
Sorry you need to hire a developer to customize the code for you and we recommend you to make child theme before the customizing the code so that you won’t loose the customized code when updating the Theme to new Version in future.
and to increase the size of Site Title, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
@media (min-width: 768px) { .site-title { font-size: 44px; } }
Instead to 44 you can change the value as you desired.
Thanks
Theme Horse Support Team
KeymasterHi cbshopmailer,
We checked your Site but the Width is working very well. Could you please explain us in more where the width is not working as the default one.
Thanks
Theme Horse Support Team
KeymasterHi Christos Petritzis,
Could you please explain us in more. We couldn’t understand on which section did you set the widgets.
If you didn’t know about setting front page template with widgets then please here is the documentation about setting up Front Page template Or you can directly learn through our video tutorial from here.
Thanks
Theme Horse Support Team
KeymasterWelcome Sumitprashad19,
Let us know if you have any other queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterThe Sticky script is being affected, it is rendering the duplicate hidden layer beneath, We have updated the second code please copy the updated second code again and paste it as mentioned before.
Thanks
Theme Horse Support Team
KeymasterHi Sumitprashad19,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.site-main .entry-meta .tag-links { display: none; }
Thanks
Theme Horse Support Team
KeymasterNot updating the Theme will not create any bigger issue on the website. We basically update our theme time to time for compatible purposes, to fix the issue faced by the users and some time we add more features to the Theme as well. And we always recommend to customize the code only after making child theme so that the customized code won’t get lost when updating the Theme to versions on future because updating the Theme to a latest Version is always a good idea.
Thanks
Theme Horse Support Team
KeymasterWelcome Zoltan Ross,
Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterWe have noticed that the code we has been merged with the new one. Ok anyways we are providing the Custom CSS according to the merged code rendered. Please again go to ‘Appearance > Customize > Additional CSS’ and remove the previous provided code and paste the below Custom CSS Code instead.
.widget-area .sticky-sidebar.sticky-active { height: auto !important; width: 100% !important; position: relative !important; top: auto !important; } .widget-area .sticky-sidebar.sticky-spacer { display: none !important; }
Let us know if the issue is solved
Thanks
Theme Horse Support Team
KeymasterWe have noticed that the code we has been merged with the new one. Ok anyways we are providing the Custom CSS according to the merged code rendered. Please again go to ‘Appearance > Customize > Additional CSS’ and remove the previous provided code and paste the below Custom CSS Code instead.
.widget-area .sticky-sidebar.sticky-active { height: auto !important; width: 100% !important; position: relative !important; top: auto !important; } .widget-area .sticky-sidebar.sticky-spacer { display: none !important; }
Let us know if the issue is solved
Thanks
-
AuthorPosts