Forum Replies Created

Viewing 20 posts - 1,121 through 1,140 (of 1,154 total)
  • Author
    Posts
  • in reply to: How to reduce the white space above and below the logo #152179
    sapana
    Participant

    @vmgbpo:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-logo {
        margin-top:0;
        margin-bottom:0;
    }
    .site-header-main {
        padding-top:0;
        padding-bottom:0;
    }
    .site-branding {
        margin-top:0 !important;
        margin-bottom:0 !important;
    }

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

    in reply to: Disable or Remove Message Nothing Found #152104
    sapana
    Participant

    @tadeusantos:
    Hello, Tadeu Santos
    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/adonis/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: How to reduce the white space above and below the logo #152102
    sapana
    Participant

    @vmgbpo:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-branding, #site-logo {
         padding: 0px;
    }
    #masthead {
        padding: 10px 0;
    }

    Let me Know If this solve your issues and please post your site url.
    Kind Regards,
    Sapana

    in reply to: Delete frames in photo galleries #152100
    sapana
    Participant

    @laurainspirayoga:Please, post your site Url so that I can look into your issues.

    Kind Regards,
    Sapana

    in reply to: Change Title Font #152099
    sapana
    Participant

    @hollyehrocketmail-com:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @font-face {
      font-family: "Architects Daughter";
      src: url("https://fonts.gstatic.com/l/font?kit=KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfYtykOTAKcavksChyrn3AsRt_mn05dhoX-V4p7EY4IjdP8iMOo2qq91Tqz4gQTz9i0WPyWZ7-YSOkm3wJvirJX0sjD_RLcP8BV2y4gqrdXT9gmM3frd-XegiZJ5xtaYQGrHkCWC89zxqrA9RBKgI_o5dW2c6LxaWQUE&skey=d34ee9a1a308e98b&v=v8") format("woff2");
      font-style: normal;
      font-weight: 400;
    }
    
    #site-title {
    font-family: "Architects Daughter";
    }

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

    sapana
    Participant

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

    Kind Regards,
    Sapana

    in reply to: Changing font weight on the widget-'headline' and color … #152093
    sapana
    Participant

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

    .widget-title {
        color: red;
        font-size: 20px;
        font-weight: bold;
    }

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

    in reply to: Change (Smartphone) Menu-Color #152091
    sapana
    Participant

    @artpriskaleutenegger-ch:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle {
        color: #000000;
        background-color: #4c774c;
    }

    You can change the color as per your requirement.
    Let me know if this help you out!
    Kind Regards,
    Sapana

    in reply to: Change (Smartphone) Menu-Color #151922
    sapana
    Participant

    @artpriskaleutenegger-ch:Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Sapana

    in reply to: Change (Smartphone) Menu-Color #151892
    sapana
    Participant

    @artpriskaleutenegger-ch:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-navigation ul li a, .menu-toggle-wrapper {
        color: blue;
        background-color: black;
    }

    You can change the color according to your requirement.

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

    in reply to: Disable or Remove Message Nothing Found #151886
    sapana
    Participant

    @tadeusantos:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .no-results, .not-found {
    display: none;
    }

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

    in reply to: My Music Band Pro 2.0.1 Events page #151805
    sapana
    Participant

    @blakey0320:
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content .wrapper, #events-section .wrapper, #events-section {
        padding-top:0;
    }

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

    in reply to: My Music Band Pro 2.0.1 Events page #151773
    sapana
    Participant

    @blakey0320:If you want to remove any content or want to make any changes to this page, I can provide you additional CSS.

    Kind Regards,
    Sapana

    in reply to: My Music Band Pro 2.0.1 Events page #151714
    sapana
    Participant

    @blakey0320:Update has been released.Please, update the theme.
    You will need to make a separate page and select template as Events.Now, the event section will be display on that page.

    To remove other content from the page you will need to add a bit of additional CSS code.Let me know when you have added the page and site is live.

    Kind Regards,
    Sapana

    in reply to: News Ticker Location #151710
    sapana
    Participant

    @abrimble:For this you need to create a child theme,if you are comfortable with child theme customization
    let me know.Otherwise, I suggest you to hire the customizer to solve this issue.

    Kind Regards,
    Sapana

    in reply to: My Music Band Pro 2.0.1 Events page #151693
    sapana
    Participant

    @blakey0320: This feature will be added in next theme update which will be released very soon.
    I will let you know when the update is released.

    Kind Regards,
    Sapana

    in reply to: Portfolio link #151688
    sapana
    Participant

    @amabia:

    Please post your site URL so that I can look into the issue.

    Kind Regards,
    Sapana

    in reply to: social links in footer #151687
    sapana
    Participant

    @toerfiets:
    Step 1:Go to = Appearance => Customize =>Social Links =>Social Links:Add the desired social links.

    Step 2:Go to = Appearance => Widgets => CT:Social Icons Select the widget area where you want to display social icons
    Let me know if it solve your issue or not.

    Kind Regards,
    Sapana

    in reply to: My Music Band Pro 2.0.1 Events page #151647
    sapana
    Participant

    @blakey0320:

    It is very difficult to resolve the issue without seeing your site so,
    let me know when your site is live.
    OR,
    You will need to provide me your admin credentials,
    I can shortly contact you by email.

    Kind Regards,
    Sapana

    in reply to: My Music Band Pro 2.0.1 Events page #151607
    sapana
    Participant

    @Blakey0320:

    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Sapana

Viewing 20 posts - 1,121 through 1,140 (of 1,154 total)