Home Forums Pro Themes Busyness Pro Removing Buy Now Button

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #146765
    Evan Kozak
    Participant

    I cannot find where to delete the “Buy Now” button from the top menu, I do not need it. Thanks.

    #146793
    Psink
    Keymaster

    Hello Evan

    Please followw the screen record

    https://www.awesomescreenshot.com/video/3114636?key=108bb6f742cb6613da0d060be9903791

    regards,
    psink

    #146892
    Evan Kozak
    Participant

    Thank 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.

    #146956
    Psink
    Keymaster

    Hello Evan

    Can you please share site URL?

    Regards,
    Psink

    #147016
    Evan Kozak
    Participant

    http://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.

    #147053
    Psink
    Keymaster

    Hello 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,
    psink

    #147071
    Evan Kozak
    Participant

    Thank 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

    #147111
    Psink
    Keymaster

    Hello 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,
    psink

    #148071
    Evan Kozak
    Participant

    Thank 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

    #148091
    Psink
    Keymaster

    Do 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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.