Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
glad to help you
Regards,
psinkFebruary 5, 2021 at 12:09 pm in reply to: Need help removing content from “Pages”, Signify Pro Theme #144104PsinkKeymasterGood to hear, finally you find a way to disable it
Have a good day too
PsinkKeymasterit’s good to hear that it’s works
February 5, 2021 at 12:03 pm in reply to: Need help removing content from “Pages”, Signify Pro Theme #144101PsinkKeymasterAhh, now I get
please try this CSS#stats-section{ display:none }
Regards,
PsinkFebruary 5, 2021 at 11:59 am in reply to: Need help removing content from “Pages”, Signify Pro Theme #144099PsinkKeymasterif you want to remove the parts that I have a mark in the second screenshot
Please try this CSS, this code will help you to rid of that part#stats-section{ display:none }
the previous CSS that I have given to you is for the first screenshot
Regards,
PsinkFebruary 5, 2021 at 11:41 am in reply to: Need help removing content from “Pages”, Signify Pro Theme #144095PsinkKeymasterHello Marissa
Can you please share a screenshot? I’m in little confusion
Is it the portion that I cross with the red line?
https://tinyurl.com/yxunfnbu
or this one
https://tinyurl.com/yxunfnbuRegards,
PsinkPsinkKeymasterAdd this CSS code – for menu text color
.main-navigation a{ color: #fff; } .main-navigation a:hover, .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a{ color: #f8732b !important; }
Add this CSS – for logo
.custom-logo { max-width: 100% ; }
Have a great day
Regards,
PsinkPsinkKeymasterHello Emmanuel
Please add this CSS code
@media only screen and (max-width: 767px){ .site-branding { padding: 50px 0px 0px 0px; } #page #masthead{ background-size: 165% 60% !important; } }
Hope this helps
Regards,
PsinkPsinkKeymasterHello Martin
Please remove the previous CSS of the footer text color and Add this CSS
.site-info, .site-info a{ color: #fff; } .site-info a:hover{ color: #f8732b; }
Have a good day
Regards,
PsinkPsinkKeymasterHello Elisabett
We will check the issue and inform you when its get fixed
Regards,
PsinkFebruary 5, 2021 at 4:11 am in reply to: Need help removing content from “Pages”, Signify Pro Theme #144059PsinkKeymasterHello marissa mancini
The gray bar is displaying from the widgets. Can you please check the widgets, to do so
go to Admin Panel >> Appearance >> Customize >> Widgets, there you will find footer 1, footer 2, footer 3, footer 4Please check all the footer widgets, I’m quite sure the gray bar is displaying through one of the footer widgets.
Or you can add Additional CSS to rid it of.
aside.widget-area.footer-widget-area.one { display: none; }
You can add the above CSS in the Additional CSS to rid of the gray bar
Hope this helps
Regards,
PsinkPsinkKeymasterit’s good to hear – it’s working now
February 5, 2021 at 1:38 am in reply to: Theme crops and posts a duplicate Featured Image on every post #144046PsinkKeymasterHello Ronald
Please add this Css in the theme – to remove the banner image that you have indicated as don’t want
div#page-site-header { display: none; }
To add this in the theme, please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above css and published
Can you please share a screenshot for this “I would also like to remove the big grey colored box at the top of any pages I create without a featured image…”
Regards,
PsinkPsinkKeymasterHello Altphotography
Please add this CSS – to make copyright info to orange
.site-info { color: #f8732b; }
Add this CSS – For menu
.main-navigation a:hover, .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a{ background: #f8732b !important; color: #fff !important; font-weight: bold; }
To add this in the theme, Please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS and published
Hope this helps you
Regards,
PsinkPsinkKeymasterHello Kirsty Lord
Ahh, so you have created a homepage manually using page builder and now you want to display it rather than the theme default homepage
Please follow the screen record
https://www.awesomescreenshot.com/video/2646840?key=366a85a1e185ff1b3a111a703dd23e4ahope this helps you
Regards
Psink -
AuthorPosts