Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 1,548 total)
  • Author
    Posts
  • in reply to: Removing Buy Now Button #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

    Psink
    Keymaster

    Hello WCMS

    Please contact license-related query through our contact form
    https://themepalace.com/contact-us/

    Regards,
    Psink

    in reply to: Removing Buy Now Button #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

    in reply to: page or post title appears on top of the featured image #147051
    Psink
    Keymaster

    Hello helicopterandy

    Thanks for your query,

    we have checked the theme option but we didn’t find any option to show the post/page title when header media is active for the entire site.

    For now, we will contact the theme author on this issue. Hope we will get the solution for it

    Till then please wait, we will come back to soon

    Regards,
    psink

    in reply to: Feature Image is not slightly curving #147048
    Psink
    Keymaster

    Hello raja siml

    Can you please share your site URL? and some reference screenshot of it

    It would be very helpful if you share a screenshot of actual issue

    Regards,
    psink

    in reply to: Authorship Change #147047
    Psink
    Keymaster

    Hello Raja Siml

    Thanks for your query we will look around it and release the new update by fixing it.

    Please wait for a couple of days, we will come back to you soon

    Regards,
    Psink

    in reply to: Header image issue #147046
    Psink
    Keymaster

    please add this css in the additional css – to avoid white strip at the top and bottom of the header

    
    .site-header{
       padding: 10px 0px;
    }
    

    Regards,
    psink

    in reply to: add custom fonts #147045
    Psink
    Keymaster

    It’s the only way to add custom fonts to the theme since there are no other options in the theme.

    in reply to: Issue with customize #146992
    Psink
    Keymaster

    I guess it is causing due to the plugin. Can you please deactivate all the plugin for once and check if there still exist such problem?

    in reply to: reduce size of image in shop #146978
    Psink
    Keymaster

    Hello Lindaje

    Hight and width of the image adjust auto, since you have not used the sidebar, the product list used the 100% width of the screen that’s why the product image on your site is quite bigger than on the demo site.

    Once you activated the sidebar images will automatically reduce to a smaller size

    Regards,
    Psink

    in reply to: Webshop by woocommerce – high of div container, #146977
    Psink
    Keymaster

    Hello Mateusz

    Please add this css in additional css for 1st 2 issues

    
    #main-slider .divider img {
        width: 100%;
    }
    #main-slider .divider {
        left: 0;
        right: 0;
        width: 100%;
    }
    .footer-divider img {
        width: 100%;
    }
    

    Please reinstall woocommerce plugin and reactive it again. This may help you to avoid the current issue

    Regards,
    psink

    in reply to: What image appears as the home page featured image? #146974
    Psink
    Keymaster

    Hello Lindaje

    It should show the image, in my side it’s all okay

    check this screenshot
    https://www.awesomescreenshot.com/image/6753428?key=910903721f70de453d3928b9f4323cb8

    Regards,
    psink

    in reply to: Issue with customize #146961
    Psink
    Keymaster

    Yes please share the screen record, it would be more helpful

    in reply to: reduce size of image in shop #146960
    Psink
    Keymaster

    can you please share a reference screenshot

    Regards,
    Psink

    in reply to: remove product name from image in slider #146959
    Psink
    Keymaster

    Hello Lindaje

    Please add this css in the additional css – to hide title

    
    #featured-slider .slider-caption h3 {
        display: none;
    }
    

    Regards,
    Psink

Viewing 15 posts - 1,156 through 1,170 (of 1,548 total)