Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 1,544 total)
  • Author
    Posts
  • in reply to: Strange Menu Behavior #149994
    Psink
    Keymaster

    Add this Css in the theme

    
    .page-id-2999 #sidebar-primary {
        display: none;
    }
    
    .page-id-2999 #primary {
        width: 100%;
    }
    

    Regards,

    in reply to: Multiple pictures in header? #149987
    Psink
    Keymaster

    Hello Dora

    There may issue with the theme or maybe be other technical reasons.

    You may better get support

    Regards

    in reply to: Confusion with Signify Pro versions #149906
    Psink
    Keymaster

    HELLO alamas

    We have released the new update by adding an education demo. Please reset the WordPress before you import the education demo otherwise post will repeat

    regards

    in reply to: Strange Menu Behavior #149844
    Psink
    Keymaster

    Hello

    Yes below the width 1023px menu align to left and above 1023px align to right.
    Please add this css to behave menu same for any screen size

    
    @media only screen and (max-width: 1023px){
    .site-header #main-navigation {
        display: table;
        float: right;
        width: auto;
        clear: none;
    }
    }
    

    And for query no. 1

    You can give background color for content div

    
    #content {
        background: #d9b6b6;
    }
    

    Regards,

    in reply to: Confusion with Signify Pro versions #149843
    Psink
    Keymaster

    Hello Almas

    We will be adding an education demo soon in 1 day or 2 days.

    answer for ques 2
    You can try it, it will not affect the content of the site. Changing from corporate to education will change the some of design part but not the content.

    Regards,

    Psink
    Keymaster

    Please Add this Css Code in additional

    
    div#page-site-header {
        display: none;
    }
    

    Regards

    in reply to: Importing the whole site to WordPress #149828
    Psink
    Keymaster

    Please install Catch Themes Demo Import

    after you activate the plugin you will find an option to import inside appearance >> catch themes demo import

    in reply to: Customize Footer and Header above the logo #149790
    Psink
    Keymaster

    hello

    can you please explain in more details?
    “Is there an option to stop the header with logo from taking up space on the screen when scrolling down the page?”

    Add this css to align logo center

    
    .site-branding {
        text-align: center;
        display: block;
        float:none;
    }
    

    regards.

    in reply to: Travel Ultimate Pro – Search Bar #149789
    Psink
    Keymaster

    HELLO, IT’S NOT POSSIBLE TO ADD IN OTHER PAGES

    Psink
    Keymaster

    Hello There

    Please add this CSS in the additional css

    
    .site-branding {
        padding: 5px 0;
    }
    
    .site-logo img {
        max-height: 60px;
    }
    

    Adjust the value of max-height as per your need

    Regards

    in reply to: Customize Footer and Header above the logo #149732
    Psink
    Keymaster

    Hello Justpinta

    Sorry, there is no such option in the theme to adjust the size and alignment. But no worries we will help you to add additional css to it increase size of logo and its position.

    Can you please share your site URL?

    Regards

    in reply to: No body tag in header.php #149731
    Psink
    Keymaster

    Hello there

    You can write a custom script in the custom.js file. Path for custom.js ( assets >> js >> custom.js )

    after you complete writing the script, copy all the code and paste it into custom.min.js file. Be sure you have deleted all the code first before you paste.

    regards,

    in reply to: Longer testimonials on homepage #149672
    Psink
    Keymaster

    Please check your site, now I guess you would like the shape of an image slightly big circle shape

    regards,

    in reply to: Header image size, and text color #149671
    Psink
    Keymaster

    Hello Tia

    I have added a few additional css for the logo and testimonial section. Now you can see the full logo on your site and I have made a slightly big circle for an oval-shaped image in the testimonial section

    Please check your site

    Regards,

    Psink
    Keymaster

    Yes, there are two images in the demo. Actually, that was a single edited image. You can do it by joining two images in single

    Regards,

Viewing 15 posts - 1,036 through 1,050 (of 1,544 total)