Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterPlease add this CSS in the theme
CSS to change white color parts to black
main#main { background: #000 !important; box-shadow: none; }
If you want changes color you can change color in above CSS ‘#000’
Please Go to Admin panel >> Appearance >> Customizer >> Additional Css, paste above css here and published
Psink
KeymasterHello @william
Please share your site URL. We will inspect and give you a few lines of CSS code that will help you to make the header image shorter on the inner pages.
Regards,
PsinkPsink
KeymasterHello @wordsbyflip
Please this CSS in Additional CSS.
CSS to change comment box size – change padding value as per your nedd
.comment-container { padding: 30px 20px; }
CSS for user comment reply font size
.comment-content { font-size: 14px; }
CSS for comment ‘Reply’ Text font size
.comment-container span.reply { font-size: 15px; }
CSS for comment user name font size
cite.fn.author-name { font-size: 20px; }
Please add all this CSS to Admin panel >> Appearance >> Customize >> Additional Css, here paste all of CSS and published.
Have a good day
Regards,
PsinkJanuary 9, 2021 at 10:39 pm in reply to: Menus quit working, when I click on the page it just gives a blank page with X #142436Psink
KeymasterHello @Rick Moyer
I found the menu style on your site and the actual menu style of the theme is totally different. I guess someone has edited the code in theme for the menu to make something different looks. I see the codes that I found on your site for the menu are totally different from the actual code. So we have no idea why the background turns black, it must be due to the issue in javascript.
We recommend you not to edit the code of the theme. Please contact the person who ever adds extra code into the theme to fix this issue.
Regards,
PsinkPsink
KeymasterHello adriana
Can you please describe your query in more detail? More navigations menus mean, do you want more menu items on the main menu or do you want to add a whole new menu on the theme. It’s is not possible to add a whole new menu. There are only two menus on the theme one is at the top bar and one is the main menu. If you want to add a menu in the sidebar it can be done using a widget.
Regards,
PsinkPsink
KeymasterHello Diego
Please follow screen records and the CSS this Css
a.read-more { display: inline; margin-top: 0; background: none; color: #fa5742; padding: 0; } a.read-more:hover, a.read-more:focus { color: #242424; }
Screen Record
https://www.awesomescreenshot.com/video/2305874?key=44028f49cced242aa9f2993bb3e7367fHope this helps
Have a great day
Regards,
PsinkPsink
KeymasterHello @rudnei
Please add this CSS in Additional CSS.
CSS To hide exiting label
.menu-label{ display: none; }
CSS to add topbar menu label
.menu-toggle::after { content: "top"; padding-left: 5px; }
CSS to add primary menu label
#primary-menu-wrapper .menu-toggle::after { content: "Main"; padding-left: 5px; }
Please go to Admin panel >> Appearance >> Customize >> Additional CSS, add all of above css here and published
Have a good day
Regards,
PsinkJanuary 7, 2021 at 11:09 pm in reply to: How to include a Search facility on the TOP BAR menu? #142317Psink
KeymasterHello @rudnei
No sir it isn’t possible to add a search box instead of a topbar menu. Because it is already prebuilt we can’t change it anymore. If you want to do so you need to hire our customizer team.
Regards,
PsinkJanuary 7, 2021 at 11:03 pm in reply to: how can I change a Header font beyond the proposed font groups? #142316Psink
KeymasterHello @Alexei
Please follow the screen record, I have done for the site title in a similar way you can do for others
https://www.awesomescreenshot.com/video/2303257?key=5c07e33732f8d4381a03be60141f77beIf you have any confusion in the process, Please Let us know
Regards,
PsinkPsink
Keymasteryes you can remove editable parts
Psink
KeymasterHello @Melody
You can put whatever you want in the first part of the footer copyright. The first part of the footer copyright is editable you can edit it easily from the footer theme options, but the second part is static
In the pro version, you can edit both of it
Please watch the screen record for more clarification
https://www.awesomescreenshot.com/video/2293114?key=c9ff353505e7a49656be921eef0fb023Regards,
PsinkPsink
KeymasterThat’s great if you have any confusion. Please let us know
Psink
KeymasterHello @spectanizer
Please add this CSS in the Additional CSS
.so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after{ background: none; }
Regards,
Psink -
AuthorPosts