Home › Forums › Pro Themes › Busyness Pro › Removing Buy Now Button
- This topic has 9 replies, 2 voices, and was last updated 3 years, 7 months ago by Psink.
-
AuthorPosts
-
March 18, 2021 at 10:28 am #146765Evan KozakParticipant
I cannot find where to delete the “Buy Now” button from the top menu, I do not need it. Thanks.
March 19, 2021 at 2:57 am #146793PsinkKeymasterHello Evan
Please followw the screen record
https://www.awesomescreenshot.com/video/3114636?key=108bb6f742cb6613da0d060be9903791
regards,
psinkMarch 20, 2021 at 8:31 pm #146892Evan KozakParticipantThank you very much!
Is there a way to increase the logo dimensions for the top header slightly? My logo looks too small no matter how I upload it. Looks like it is capping it at 70 pixels high, maybe 100 would work and slightly wider as well?
Thanks.
March 21, 2021 at 10:13 pm #146956PsinkKeymasterHello Evan
Can you please share site URL?
Regards,
PsinkMarch 22, 2021 at 10:50 am #147016Evan KozakParticipanthttp://www.thoroughbredcustomhomes.com
Also, you will notice on the home page toward the bottom it shows:
“Home
Edit”How do I get rid of that?
Thanks.
March 23, 2021 at 6:14 am #147053PsinkKeymasterHello Evan
Please follow the screen record to hide the page title from the homepage
https://www.awesomescreenshot.com/video/3150185?key=45bc5982632ff196c07aa98321978910
Regarding logo, you don’t want shrink effect of the logo on scroll?
If that please add this css in additional css.menu-sticky #masthead.nav-shrink .site-logo img { max-height: 70px; }
please adjust the max-height value as per your requirement
Regards,
psinkMarch 23, 2021 at 9:09 am #147071Evan KozakParticipantThank you for the help on removing the content from the first page, that worked perfect.
1. For the logo, I don’t mind it shrinking, but I want it to be larger prior to shrinking upon first landing on the page. It is too small at the moment.
2. Though I changed the color theme to orange, when I hover over certain buttons it still highlights them in pink. How can I get everything to be orange?
3. How can I get the contact information in the footer widget to be right aligned? I’d also like to stretch it horizontally a bit so it’s not so long
4. On the social media icons on the bottom, I have all the icons I need except one for HOUZZ. Is there a way to put a HOUZZ icon there? It’s currently a blank space.
Thank you for all the help
March 24, 2021 at 2:02 am #147111PsinkKeymasterHello Evan
1) Add this css to make logo larger – adjust the max-height value as per your taste
.site-logo img{ max-height: 80px; }
2) Add this css to make hover color orange for all buttons
.post-categories a:hover{ background-color: #ffa713; } .blog-wrapper .post-categories a:hover, #featured-slider .btn.btn-fill:hover{ background-color: #ffa713; border-color: #ffa713; }
3)can you please confirm is this what you want for contact info in the footer https://www.awesomescreenshot.com/image/6808082?key=e3816caffb9ae3106187f0f65609009b
if this is the one add this css
.footer-widgets-area.page-section.col1 { max-width: 100%; margin-left: 0px; margin-right: 0px; text-align: end; }
4) Regarding adding icon for Houzz we can’t do more than this, because we could find the transparent icon for houzz
https://www.awesomescreenshot.com/image/6810848?key=db44d73e242d48c286a52a458e2b98de.social-icons .menu-item-348 a { background: transparent url("https://cdn3.iconfinder.com/data/icons/popular-services-brands-vol-2/512/houzz-512.png"); background-size: auto; background-size: cover; display: inline-block; vertical-align: bottom; }
Regards,
psinkApril 7, 2021 at 4:21 pm #148071Evan KozakParticipantThank you, that all worked, however, when I hover on a link it’s orange, but when I click it, it goes pink again??
Also, any luck on the HOUZZ logo? I Don’t care if it matches exactly I just need an Icon there instead of it being blank…
Thanks
April 8, 2021 at 12:29 am #148091PsinkKeymasterDo you like it or not try this code will help you to add houzz log
.social-icons .menu-item-348 a { background: transparent url("https://www.houzz.com/jpics/20210323153334/brand_icon_2.png"); background-size: auto; background-size: cover; display: inline-block; vertical-align: bottom; }
Regards,
Psink -
AuthorPosts
- You must be logged in to reply to this topic.