Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@hydedm7: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#testimonial-content-section .post-thumbnail { display: none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@italianfox: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#secondary { padding-top: 100px; }You can change the padding according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@lblumenfeld: Hello there,
The link Photo Gallery is the category that you have selected for the post Deercreek Holiday Party. To remove that
Edit the post => Deercreek Holiday Party => On the right sidebar => Categories => Uncheck the Photo Gallery category and Update the page.
It is not possible to have the previous and next post show posts of only a particular category. If you really need it I suggest you to hire a customizer to get it done.
To disable the comments
Go to => Appearance => Customize => Theme Options => Comment Options => Select Disable Completely => Save Changes.
Let me know if this works out!
Kind Regards,
SkandhaJanuary 10, 2022 at 1:54 am in reply to: Change font color for site header text and 3 line menu #297401Skandha
Participant@oldpille: Hello Oldpille,
To change the Site Header Text color
Go to => Apperance => Customize => Additional CSS and add the following CSS Code.
.site-header-text p { color: #000; }You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaJanuary 10, 2022 at 1:03 am in reply to: Page font size and background colour widgets mobile #297399Skandha
Participant@italianfox: Glad I could help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@hydedm7: Hello there,
Under Theme Options you will find sections like Featured Content, Featured Slider, Portfolio, Services and so on.
How you can enable those sections and make use of theme you can find the instructions here.
Let me know if you are having any problems using the sections.
Kind Regards,
SkandhaSkandha
Participant@glenn1900: Hello Glenn,
To have the images in the inner pages extend to full width you will need upload images with a larger width like the image in the homepage.
To center align the images please use the following CSS Code.
.featured-image { text-align: center; }Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@fireflywebs: Hello there,
Yes. It should be possible to switch to another theme if you are not fully satisfied by your purchase. For that please fill in the form in this link citing your issue and one of our team members will get back to you.
To have the Featured Image on top of the page removed only from the posts
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.single-post #header-featured-image { display: none; }Let me know if this works out!
Kind Regards,
SkandhaJanuary 8, 2022 at 7:11 am in reply to: Change font color for site header text and 3 line menu #297276Skandha
Participant@oldpille: Hello Oldpille,
Can you please clarify which text you referring to by Site Header Text?
Kind Regards,
SkandhaSkandha
Participant@italianfox: Hello Dirk,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the font size and font weight of the Page titles */ .custom-header-content .entry-title { font-weight: unset; font-size: 30px; }You seem to have added the CSS Code .widget {background-color: #3291B4;color: #000000;} inside @media screen and (min-width: 1320px) so it is only working for width above 1320px. To make it work for all widths you will need to Cut and paste the CSS outside of the @media screen.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@simonpcthem384: Hello there,
To remove the menu wrapper completely
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#masthead { display: none; }Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 8, 2022 at 4:26 am in reply to: Change Menu Colors and Size/Change Page & Post Title #297268Skandha
Participant@buddythepitbull: Hello Harley,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the font size of page/post titles */ .custom-header-content .entry-title { font-size: 50px !important; } /* To change the position of post/page titles */ @media only screen and (min-width: 75em) { body:not(.home) .custom-header-content { padding: 120px 50px 150px 50px; } }You can change the font size and padding according to your requirement!
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@bobgarretthomenetworks-co-uk: Hello there,
You can only edit the text Dufour Association in the footer left. For that you will need to edit the Site Title
Go to => Appearance => Customize => Site Identity => Site Title => Edit the text and Publish.
The Footer Editor Option is only available in the pro version of the theme. So if you would like to completely edit the footer text I suggest you to upgrade to pro. You can check out the additional-features available in the pro version of the theme.
Let me know if this works out!
Kind Regards,
SkandhaJanuary 7, 2022 at 2:33 am in reply to: Change Menu Colors and Size/Change Page & Post Title #297189Skandha
Participant@buddythepitbull: Hello Harley,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the color of menu items */ #site-navigation a { color: #d93; font-size: 16px; } /* To change the hover color of menu items */ #site-navigation a:hover { color: #fff; } /* To change the color post/page titles */ .custom-header-content .section-title { color: #d93 !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@laguitaredejoe: Hello Joe,
Great. Let me know if you come across with any issues.
Kind Regards,
SkandhaSkandha
Participant@hydedm7: Hello there,
You will need to make use of the sections
Go to => Appearance => Customize => Theme Options => Enable Sections and Select the available options and Publish.
To select the menus
Go to => Appearance => Customize => Menus => View All Locations => Select menus and Publish.
Please check out our FAQ for instructions.
Let me know if you have anymore issues!
Kind Regards,
SkandhaSkandha
Participant@freeflowrambling: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/rock-star/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@liberating-maestry: Hello Daniel,
The theme should work perfectly with PHP 7.4. If you have edited any core theme files before those edits will be lost when you update the theme.
For instructions on how to update the theme please follow this link.
Let me know if this works out!
Kind Regards,
SkandhaJanuary 6, 2022 at 4:48 am in reply to: Change font color for site header text and 3 line menu #297134Skandha
Participant@oldpille: Hello Oldpille,
Go to => Apperance => Customize => Additional CSS and add the following CSS Code.
/* To change the color hamburger menu icon */ #menu-toggle { color: #000; } /* To change the color of Site Header Text */ .custom-header-content .section-title { color: #000 !important; }You can change the colors according to your choice.
Let me know if this works out!Kind Regards,
SkandhaSkandha
Participant@donaldscho: Hello Donald,
I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.
Also let me know which prev post and next post you are trying to hide. Maybe a screenshot could help
Kind Regards,
Skandha -
AuthorPosts
