Forum Replies Created

Viewing 20 posts - 1,081 through 1,100 (of 1,154 total)
  • Author
    Posts
  • in reply to: Menu:Blog:Font Size layout Help #153437
    sapana
    Participant

    @cassie79:Go to=> Appearance=> Customize=> Additional CSS and the following code.
    -To remove the line between name and menu

    .menu-toggle-wrapper {
        border-top:none!important;
    }

    -For downsizing the blog title font

    .blog-section-headline .page-title {
       font-size:40px!important;
        
    }

    -To center the “older post” link

    .comment-navigation .nav-previous, .posts-navigation .nav-previous{
    text-align:center!important;
    width:100%!important;
    }


    -To align the footer widgets title center

    .widget-title {
        text-align: center;
    }

    -To change the footer text font

    #nav_menu-12 .menu, .entry-content, .entry-summary {
     font-family:Dancing Script;
    }
    .widget-area.footer-widget-area {
    font-family:Dancing Script;
    }

    -To add little envelope picture in email link.
    I just visit your site you have added http://mailto:[email protected]
    Please remove the http://
    Let me know if it work out!
    Kind Regards,
    Sapana

    in reply to: applying custom css to change search field #153397
    sapana
    Participant

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

    #search-container {
        background-color:#000000!important;
    }

    Let me know if it works or not! and please send me your site Url too.
    Kind Regards,
    Sapana

    in reply to: Menu:Blog:Font Size layout Help #153394
    sapana
    Participant

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

    -To make menu button on mobile device different color

    #menu-toggle {
        background-color: #f5deb3;
    }

    -To remove the line between name and menu

    .menu-toggle-wrapper {
        border-top:none;
    }

    -To make the menu one line

    #primary-menu li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-navigation a {
    font-size:11px;
    }

    -To change the font size of blog excerpt

    .post-archive .entry-summary {
        font-size: 20px;
    }

    -To add an email icon to social media links
    Go to=> Appearance=>Menus=> Edit Menus and select the Social Menu
    Select on Custom Links and add following
    Url= mailto:[email protected]
    Link Text= Email

    -To make the Menu Static off homepage and to change the layout of blogs I suggest you to hire the customizer at http://catchthemes.com/hire-customizer/
    Let me know if this helps you out!
    Kind Regards,
    Sapana

    in reply to: Anchor link on homepage #153381
    sapana
    Participant

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

    .menu-primary .decree-nav-menu #menu-item-209.current-menu-item > a {
        color:#fff;
    }
    .menu-primary .decree-nav-menu #menu-item-209.current-menu-item > a:hover,
    .menu-primary .decree-nav-menu #menu-item-209.current-menu-item > a:focus {
        color:#a6d2dd;
    }

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

    in reply to: Problems with my mobile pages #153372
    sapana
    Participant

    @edwindeklerk: Please, post your site url so that I can look into the issues.

    Kind Regards,
    Sapana

    in reply to: Change clolor of the red dots in slider #153277
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customizer=> Additional CSS and add the following CSS code.

    #feature-slider .cycle-pager span.cycle-pager-active {
        color: #000000;
    }

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

    in reply to: video in the lead #153207
    sapana
    Participant

    @berenice:Unfortunately mobile devices won’t show HTML5 video backgrounds – this is to save you bandwidth if a site is loading a massive video while you’re not connected to wifi and this is also default feature of WordPress Themes.

    Kind Regards,
    Sapana

    in reply to: album issue #153201
    sapana
    Participant

    @lubina:please, post your queries and issues in respective plugin support forum.

    Kind Regards,
    Sapana

    in reply to: Menu responsive but not the page content. #153196
    sapana
    Participant

    @pastonchase:
    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/full-frame/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: Does Foodie World support child theme CSS? #153195
    sapana
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

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