Forum Replies Created

Viewing 15 posts - 946 through 960 (of 1,347 total)
  • Author
    Posts
  • in reply to: Title Font’s size is bigger in Footer Widget #147186
    Psink
    Keymaster

    Add this css

    
    #colophon .footer-widgets-area .widget > ul > li{
    	font-size: 16px;
    }
    
    

    Regards,
    Psink

    in reply to: Color of the Text under Footer Widget is too bright. #147185
    Psink
    Keymaster

    Add this css and change color code as per your need

    
    #colophon ul li a,
    #colophon .about-description {
        color: #e6e6e6;
    }
    

    Have a great day

    Regards,
    psink

    in reply to: Displaying Full Posts Instead of Excerpts #147183
    Psink
    Keymaster

    Sorry, there is no such option to display the full content of the post

    in reply to: Displaying Full Posts Instead of Excerpts #147176
    Psink
    Keymaster

    Hello There,

    Please follow the screen record – to increase excerpt length
    https://www.awesomescreenshot.com/video/3173761?key=29934a74a5f88e5eb6401b69bd66dbbe

    But the max is limit to 200 words

    Regards,
    Psink

    in reply to: News Ticker in header #147175
    Psink
    Keymaster

    can you please elaborate on your issue in more detail?

    Psink
    Keymaster

    can you share your site URL? And please clearly mention the name of the section that you are getting issues while setting up. And also it would be great if you share a screenshot of it

    Regards,
    Psink

    in reply to: Authorship Change #147136
    Psink
    Keymaster

    Hello Raja Siml

    We have sent the theme for the update queue. Please update it after it gets live, maybe by tomorrow afternoon

    Regards,
    Psink

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

    Hello raja siml

    Please add this css in the Additional CSS

    
    .srpw-thumbnail,
    .wpp-thumbnail{
    	border-radius: 10px;
    }
    

    And please adjust border-radius value as per your requirement

    Regards,
    Psink

    in reply to: Remove header menu margins #147118
    Psink
    Keymaster

    Hello Ariel

    Please add this CSS in the Additional CSS

    
    @media only screen and (min-width: 50em) {
        .navigation-classic .main-navigation li,
        .top-navigation li,
        .site-header-top-main .contact-details li,
        .site-header-top-main .top-navigation li {
            display: inline-block;
        }
        .navigation-classic .menu-toggle {
            display: none;
        }
        .navigation-classic #primary-menu-wrapper .menu-inside-wrapper,
        #header-top .menu-inside-wrapper {
            border: none;
            position: relative;
            display: block;
            float: left;
            top: 0;
            left: 0;
            right: 0;
            visibility: visible;
            max-width: 100%;
            opacity: 1;
            padding: 0;
            width: 100%;
            bottom: auto;
            background-color: transparent;
            box-shadow: none;
            overflow: inherit;
            transform: none;
        }
        .navigation-classic .main-navigation a,
        .top-navigation a {
            padding: 14px 16px;
            line-height: 2;
        }
        .navigation-classic .main-navigation .menu-item-has-children > a:after,
        .navigation-classic .main-navigation .page_item_has_children > a:after,
        .top-navigation .menu-item-has-children > a:after,
        .top-navigation .page_item_has_children > a:after {
            content: "\f107";
            padding-left: 7px;
        }
        .navigation-classic .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a:before,
        .navigation-classic .menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a:before {
            content: "";
            border-top: 1px solid;
            width: calc(100% - 32px);
            height: 1px;
            display: block;
            position: absolute;
            top: -1px;
        }
        .navigation-classic .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a:before,
        .navigation-classic .menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a:before {
            border-color: #64709E;
        }
        .navigation-classic .dropdown-toggle,
        .navigation-classic .main-navigation ul .dropdown-toggle.toggled-on,
        .top-navigation ul .dropdown-toggle.toggled-on,
        .navigation-classic #primary-menu-wrapper .menu-toggle-wrapper {
            display: none;
        }
    }
    

    Have a great day

    Regards,
    psink

    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

Viewing 15 posts - 946 through 960 (of 1,347 total)