Forum Replies Created

Viewing 20 posts - 1,081 through 1,100 (of 1,144 total)
  • Author
    Posts
  • in reply to: Does Foodie World support child theme CSS? #153195
    sapana
    Member

    @timburkart: Try to create the child theme using this plugin Generate Child Theme and then try adding the CSS in Style.CSS.
    Let me know if it works or not!

    Kind Regards,
    Sapana

    in reply to: Menu responsive but not the page content. #153168
    sapana
    Member

    @pastonchase:Remove the following CSS Code from your Additional CSS.

    .no-sidebar.content-width  #main {
    		width: 1280px;
    }

    Now,
    Go to=> Appearance=> Customize=> Additional CSS

    @media screen and (min-width:1280px) {
        .no-sidebar.content-width  #main {
            width: 1280px;
        }
    }

    let me know if this helps you out!
    Kind Regards,
    Sapana

    in reply to: Does Foodie World support child theme CSS? #153138
    sapana
    Member

    @timburkart:For the child theme also you can use the Style.CSS of the child theme.May be you are doing something wrong.You can send me your admin credentials so that I can look into the issues.I will contact you shortly by mail.

    Kind Regards,
    Sapana

    in reply to: opacity #153136
    sapana
    Member

    @toerfiets:Go to=> Appearance=> Customize=> Additional CSS and Add following CSS code.

    body.custom-background {
        background:url("https://media.istockphoto.com/photos/hexagonal-abstract-3d-background-picture-id486421008");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
    }
    .site-main {
        background:none;
    }
    .site-content .wrapper  {
        background:none;
        border-bottom:none;
    }
    #featured-content {
        background:none !important;
    }

    You can change the background image Url as per your requirement.
    Kind Regards,
    Sapana

    in reply to: Woocommerce support #153077
    sapana
    Member

    @klevinberg:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .header-right-social-icons.widget_decree_social_icons a {
        color:#ff0000 !important;
    }

    You can change the color as per your requirement.

    Kind Regards,
    Sapana

    in reply to: Woocommerce support #153070
    sapana
    Member

    @klevinberg: Go to=> Appearance=> Customize=> Additional CSS and add following CSS code

    .header-right-social-icons.widget_decree_social_icons a {
        font-size: 20px;
    }

    Let me know if it helps you out!
    Kind Regards,
    Sapana

    in reply to: Slider Size #153009
    sapana
    Member

    @mleavey24: Please, send me your site Url so that I can look into the issues.

    Kind Regards,
    Sapana

    in reply to: Anchor link on homepage #152903
    sapana
    Member

    @wouwonline: Go to=> Customize=> Menu=> Add menu Item and add following link in Custom link
    http://www.mediatrainingophetmediapark.nl/#logo-section

    Let me know if it help you out!
    Kind Regards,
    Sapana

    in reply to: Mobile menu selected #152884
    sapana
    Member

    @nedachangizi: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    #primary-menu-toggle:hover,
    #primary-menu-toggle:focus {
      background-color: transparent;
    }
    #social-search-toggle {
        background-color: transparent;
    }

    Let me know if it helps you out!
    Kind Regards
    Sapana

    in reply to: Space between menu and hero content #152881
    sapana
    Member

    @jgranados:
    Hello,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/fotografie/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.
    Kind Regards,
    Sapana

    in reply to: Space between menu and hero content #152850
    sapana
    Member

    @jgranados: Go to=> Appearance=> Customize=> Additional CSS and add following CSS code.

    .hero-content-wrapper {
            margin-top: 0px!important;
    
    }

    Let me know if it helps you out!
    Kind Regards,
    Sapana

    in reply to: Slider Size #152751
    sapana
    Member

    @mleavey24:Please,use this recommended size for Image Slider( Width: 1920px ,Height: 1280px) or check in this link for further information.

    Kind Regards,
    Sapana

    in reply to: Inscription on Slider Image #152645
    sapana
    Member

    @svguitar:Glad I was able to help you out.

    Kind Regards,
    Sapana

    in reply to: Error displaying the categories #152636
    sapana
    Member

    @durian:Theme has been updated.Please, update your theme and check your site. Let me know if it solves your issues!

    Kind Regards,
    Sapana

    in reply to: Inscription on Slider Image #152635
    sapana
    Member

    @svguitar:Theme has been updated. Please, update the theme and check your site issue is resolved or not!

    Kind Regards,
    Sapana

    in reply to: Inscription on Slider Image #152604
    sapana
    Member

    @svguitar: Once the update is released, You can update the theme and the issues will be resolved.
    Kind Regards,
    Sapana

    in reply to: Inscription on Slider Image #152558
    sapana
    Member

    @svguitar:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .slider-content-wrapper {
    
     display: none;
    
    }

    Let me know if it helps you out!
    Kind Regards,
    Sapana

    in reply to: Mobile menu selected #152554
    sapana
    Member

    @nedachangizi:Go to=> Appearance=> Customize=> Additional CSS and add the following code

    .menu-toggle {
    
        outline: unset !important;
        outline-offset: 0px !important;
    
    }

    Let me know if this work out!
    Kind Regards,
    Sapana

    in reply to: Error displaying the categories #152470
    sapana
    Member

    @durian:I need to take a look at your site.I will contact you shortly by email.

    Kind Regards,
    Sapana

    in reply to: Error displaying the categories #152463
    sapana
    Member

    @durian:Please,send me your site Url so that I can look into the issues.

    Kind Regards,
    Sapana

Viewing 20 posts - 1,081 through 1,100 (of 1,144 total)