Forum Replies Created

Viewing 20 posts - 81 through 100 (of 1,154 total)
  • Author
    Posts
  • in reply to: Blank space top and bottom of pages and widget #181815
    sapana
    Participant

    @chantal-admin: Hello chantal, sorry I thought you were talking about space above box, you can just ignore previous css code, Please use the following css code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .entry-header {
    display: none;
    }

    This code will remove the blank space at top from all pages, but bottom space cannot be removed since there is no any margin left to be decrease. I have send screenshot it will make you more clear.

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    sapana
    Participant

    @boonanalytics: I just visit your site but I cannot see any black space in home page can you please send me screenshot indicating that space so that I can provide you with best solution.

    Kind Regards,
    Sapana

    in reply to: Socia Icons position issue #181686
    sapana
    Participant

    @pacomarquez:Can you please post in your site url so that I can look into that issue and provide you with possible solution.

    Kind Regards,
    Sapana

    in reply to: Slider Size #181640
    sapana
    Participant

    @friesenkind:I am afraid it is not possible to change the size of the sliders, there may occur design issue, If you want to do that I suggest you to hire a customizer to get it done.

    Kind Regards,
    Sapana

    in reply to: Blank space top and bottom of pages and widget #181625
    sapana
    Participant

    @chantal-admin:Hello chantal, Do you want to remove that space from all pages? If not then please let me know in which page you want to remove that space, For now you can follow this steps which help to remove padding top fro all pages
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #main{
    padding-top:0px;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: How can I remove a tagline #181624
    sapana
    Participant

    @olga_l: Please post in your site url so that I can look into that issue.

    Kind Regards,
    Sapana

    sapana
    Participant

    @boonanalytics: You can select the feature image and can make header image but not the background for the page, for that you need to hire a customizer to get it done.

    -Can you provide me your site url so that I can provide you additional css to remove that blank space from the home page.

    Kind Regards,
    Sapana

    in reply to: Pagination Not Working #181452
    sapana
    Participant

    @carlym99: Please post in your site url so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: How to move Hero Content to bottom of front page? #181451
    sapana
    Participant

    @prasol: Feature called Section Sorter is available in Catch Fullscreen Pro, I suggest you to upgrade to Pro version. You can also check out other features available in Pro version.

    Kind Regards,
    Sapana

    in reply to: highlight one element of my menu #181433
    sapana
    Participant

    @the-brink: Go to=> Apperance=> Customize=> Additional CSS=> add the following css code

    .navigation-classic .main-navigation a {
        padding: 8px 15px;
    }

    let me know if this helps you out!

    Kind Regards,
    Sapana

    sapana
    Participant

    @thomasrieger: Please post in your site url so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Theme editor #181299
    sapana
    Participant

    @celia: Do you mean you are not able to open the Dashboard=> Appearance => Customize section in theme? Can you provide me your site url also so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: highlight one element of my menu #181298
    sapana
    Participant

    @the-brink: Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code

    #menu-item-657 {
     background-color:#f64d2b;
    }
    #menu-item-657 a{
     color:#ffffff !important;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: text-decoration: none; not working #181292
    sapana
    Participant

    @the-brink: Hello brink, You can use this css code to remove the underline from the ” support us” button, It will be better if you use div id for that support button so that it will be easy to provide the css code, below css code will work but it is not that right way.
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    a {
        text-decoration: none;
    }

    To make it hover you need to make other more changes so I suggest you to hire a customizer to get it done.

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

    in reply to: Blank space top and bottom of pages and widget #181287
    sapana
    Participant

    @chantal-admin: Can you please send me screenshot indicating exactly which space you are talking about, so that I can provide you exact CSS code.

    Kind Regards,
    Sapana

    in reply to: I also need demo data #181239
    sapana
    Participant

    @pipikko: I have send the demo files in your mail, Please check your mail. you can use our Catch Themes Demo Import plugin for importing all the demo files. Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: bug in drop down menu #181233
    sapana
    Participant

    @the-brink: It is a bit difficult to change the position of main menu down to the second line, there may occur the design issue so I preferred you to hire a professional to get it done.

    Kind Regards,
    Sapana

    in reply to: Making new elements responsive #181223
    sapana
    Participant

    @the-brink: Can you provide me your site admin access if that okay? So, that I can make the possible changes you have asked for I will shortly contact you by mail.

    Kind Regards,
    Sapana

    in reply to: hide title to featured content section #181218
    sapana
    Participant

    @catwingz:Please follow this steps to change or remove the feature content title:
    Go to=> Dashboard=> Appearance=> Customize=> Essential Content Type Plugin Options=>Featured Content=> Remove/ Change as per your requirement

    For this time I have already made the changes in your site, later if you want to make any changes you can follow above procedure.Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: bug in drop down menu #181207
    sapana
    Participant

    @the-brink: Yes we can make this code only applicable in desktop view so that it will not effect in mobile version. Can you please add this code and remove the previous one
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    @media screen and (min-width: 1024px) {
     
     #site-navigation {
        padding-left: 50px !important;
       }  
    }

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

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