Forum Replies Created

Viewing 20 posts - 1,061 through 1,080 (of 1,144 total)
  • Author
    Posts
  • in reply to: applying custom css to change search field #153719
    sapana
    Member

    @crichmond: 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/catch-box/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. Have a good day! 🙂

    Kind Regards,
    Sapana

    in reply to: Change clolor of the red dots in slider #153713
    sapana
    Member

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

    #feature-slider .cycle-prev:hover,#feature-slider .cycle-next:hover{
    color:blue;
    }

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

    in reply to: Change color of hover title Team section #153708
    sapana
    Member

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

    #team-section .entry-title a:hover {
    color: #0f12b0;
    }

    I have forwarded this issue to the development team.Thank you for reporting.
    Kind Regards,
    Sapana

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

    @wouwonline: I think I have already provided you the CSS code for this issue in previous post.Let me know if that works for you.

    Kind Regards,
    Sapana

    in reply to: Footer menu issue and slider CSS #153682
    sapana
    Member

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

    #feature-slider.entry-container{
         background:rgba(255,255,0,0.4);
    }

    You can change the color as per your requirement.
    This is not an issue with footer menu. Sub Menu pages are not shown in the footer menu. It is designed that way.
    Kind Regards,
    Sapana

    in reply to: Standardized Featured Image #153659
    sapana
    Member

    @mtp525: It seems that you have been activating the another theme , Please activate the Catch Base Theme so that I can look into the issues.
    Kind Regards,
    Sapana

    in reply to: reduce space between header image and logo / menu #153655
    sapana
    Member

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

    #content, #header-highlights-content {
        margin: 0px 0;
    }
    
    #main{
        padding-top: 0px;
    }

    let me know if this works for you!
    Kind Regards,
    Sapana

    in reply to: Menu:Blog:Font Size layout Help #153616
    sapana
    Member

    @cassie79: Go to=> Appearance=> Customize=> Additional CSS and add the following code
    -To align info menu in center of the footer.

    .widget-column.footer-widget-2 {
        text-align: right;
    }
    

    You can align the text to left, right and center as per your requirement.
    Let me know if this is ok with you! 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: Menu:Blog:Font Size layout Help #153609
    sapana
    Member

    @cassie79:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code
    _To change the footer text font.(Remove the previous code and add following code)

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

    -To reduce the space between the widget blog post links

    .widget-area li {
        line-height: 1.8;
    }

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

    in reply to: applying custom css to change search field #153606
    sapana
    Member

    @crichmond:
    “!important” rule is used for overriding the previously assigned CSS declarations.

    Kind Regards,
    Sapana

    in reply to: Problems with my mobile pages #153604
    sapana
    Member

    @edwindeklerk: Can you please,send me Screenshot where the button isn’t working, I have tested all the “read more” button it’s working fine in mine.You can use the Drop Box to send the link of the screenshot.

    Kind Regards,
    Sapana

    in reply to: Menu:Blog:Font Size layout Help #153437
    sapana
    Member

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

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

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

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

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

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

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

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

    @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

Viewing 20 posts - 1,061 through 1,080 (of 1,144 total)