Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,339 total)
  • Author
    Posts
  • in reply to: Testimonials image shape? #146724
    Psink
    Keymaster

    To display a full image you need to edit one thing in the theme code. I’m sure you can do it by yourself by watching the reference screen record

    Please watch this screen record
    https://www.awesomescreenshot.com/video/3101873?key=53119017e3794d3024390981fff5fedc

    have a great day

    Regards,
    Psink

    in reply to: where to change the color of the menu? #146672
    Psink
    Keymaster

    Hello rio077

    Please check this screen record, if you want the exact as you have seen in the video
    https://www.awesomescreenshot.com/video/3090258?key=127d5e2f2f8db34e5f2e756964f7a82e

    Then Please add this CSS in the additional CSS

    
    .main-navigation ul:not(.sub-menu)>li>a:hover,
    body[class*="color-scheme-"]:not(.color-scheme-ecommerce):not(.color-scheme-education):not(.color-scheme-default):not(.color-scheme-dark).home.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover,
    body[class*="color-scheme-"]:not(.color-scheme-ecommerce):not(.color-scheme-education):not(.color-scheme-default):not(.color-scheme-dark).has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover{
    	color: #f7000b;
    }
    

    you can change the color code as per your taste

    have a great day
    Regards,
    psink

    in reply to: Testimonials image shape? #146652
    Psink
    Keymaster

    Hello Repsrpsk

    Ahh, So you want to display original images without any border and border-radius

    Sorry for my miss understand in the previous reply

    Please add this CSS

    
    .home-section-testimonials .testimonials-thumb img {
        border: none;
        border-radius: 0px;
    }
    

    Have a great day
    Regards,
    Psink

    in reply to: Utilisation de média url #146649
    Psink
    Keymaster

    Bonjour

    Puisque votre site est en construction, nous ne pouvons pas visiter le site. Il sera difficile de vous guider sans visiter le site

    pouvez-vous nous gérer d’une manière ou d’une autre pour visiter votre site?

    si c’est possible, nous pouvons vous aider à mieux construire votre site

    Salutations,
    Psink

    in reply to: How to set max width for all pages #146648
    Psink
    Keymaster

    hello Charles

    We have visited your site but we are not getting what you want to say. We have checked on the 24-inch screen width screen and 14-inch laptop screen, and we didn’t find any issue there.

    If you are trying to control the width of the page, You can add this CSS in the additional css and adjust the max-width value as per your requirement

    
    .page.no-sidebar .content-area,
    .single.no-sidebar .content-area,
    .no-sidebar .site-content > .wrapper .content-area {
        max-width: 920px;
    }
    

    And if this is not the actual issue please share the reference screenshot with the note message on it

    Regards,
    Psink

    in reply to: where to change the color of the menu? #146644
    Psink
    Keymaster

    Hello rio077

    Can you please share your site URL?

    regards,
    psink

    in reply to: add custom fonts #146577
    Psink
    Keymaster

    yes you can import custom google fonts into the theme
    please follow the screen record
    https://www.awesomescreenshot.com/video/3074430?key=c18a42fff73df7ca3aaceeef4bbfd3f6

    If you have knowledge of CSS, I’m sure you can do it your self after watching the screen record

    Regards,
    psink

    in reply to: Header image issue #146572
    Psink
    Keymaster

    Can you please share your site ur?

    regards,
    psink

    in reply to: Testimonials image shape? #146569
    Psink
    Keymaster

    Hello Repsrpsk

    I found testimonial section is not active on your site. But it’s fine.

    Can you please confirm that you want as in the screen record
    https://www.awesomescreenshot.com/video/3074208?key=4e1a2a8e32b70499630e0a8f2fff9327

    If you want exactly in the screen record please add the following CSS code in the additional CSS

    
    .home-section-testimonials .testimonials-thumb img {
        height: 150px;
        width: 229px;
    }
    

    Please adjust the width and height as your requirement

    Regards,
    Psink

    in reply to: How to set max width for all pages #146566
    Psink
    Keymaster

    hello charles

    Can you please share your site URL?

    Regards,
    Psink

    in reply to: Header Image height: #146565
    Psink
    Keymaster

    glad to help you

    in reply to: Menu Items #146564
    Psink
    Keymaster

    glad to help you

    in reply to: Slider on smaller devices #146482
    Psink
    Keymaster

    Hello Juergen

    Please add this css in additional css

    
    #feature-slider-section .slider-content-wrapper, .custom-header .custom-header-content {
        padding-bottom: 200px;
        padding-top: 200px;
    }
    

    Note: As the screen gets smaller image will auto crop from the center

    hope this helps

    Regards,
    psink

    in reply to: Header Image height: #146480
    Psink
    Keymaster

    Hello dck,

    Please add this css in the additional css, this code will help you to make the height of the header image same for all pages – 200px height

    
    .custom-header .custom-header-content {
        padding: 0;
    }
    body:not(.color-scheme-wedding).header-media-text-disabled .custom-header-media .wp-custom-header img {
        position: absolute;
    }
    #wp-custom-header {
        padding: 200px 0;
    }
    

    hope this helps you

    Regards,
    Psink

    in reply to: Menu Items #146476
    Psink
    Keymaster

    Hello TTG

    AHH, ok Check the screen record
    https://www.awesomescreenshot.com/video/3060636?key=cca687f24884e198fc4e47bf87d38203

    If this is exactly what you want, Please add this css in the additional css

    
    @media only screen and (min-width: 75em)
    .navigation-classic .main-navigation ul ul, .top-navigation ul ul {
        left: 0px;
        width: 170px;
    }
    

    you can change the value as per your requirement

    Regards,
    psink

Viewing 15 posts - 976 through 990 (of 1,339 total)