Forum Replies Created

Viewing 20 posts - 2,301 through 2,320 (of 4,903 total)
  • Author
    Posts
  • in reply to: Not Getting Paid Support #102967
    Mahesh
    Participant

    @mjadkowskigmail-com: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Slider disappearing #102966
    Mahesh
    Participant

    @marco-cherin: It’s kinda strange. And working fine on ours. Have you tried with the customizer instead of Theme options. And please try with different Post IDs(just for testing purpose) and please make sure the Post has Featured Image set.
    From when are you facing this problem. Let me know further.

    Regards,
    Mahesh

    in reply to: Formatting for bullets #102965
    Mahesh
    Participant

    @egggbanana: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Images not showing true color #102964
    Mahesh
    Participant

    @nicolegariepy: I checked your site and the images seem to be displayed fine with colors. No grey tone problem.
    Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @jabibjib:
    1. Change font in menu bar: Add the following CSS

    .clean-journal-nav-menu li a {
        font-family: 'Arial', Helvetica, sans-serif;
    }

    2. Change menu bar color:

    .nav-primary {
        background-color: #00ff00;
    }

    3.Change Background color to yellow (#f9b700)

    .clean-journal-nav-menu .current-menu-item -> a, .clean-journal-nav-menu .current-menu-ancestor -> a, .clean-journal-nav-menu .current_page_item -> a, .clean-journal-nav-menu .current_page_ancestor -> a {
        background-color: #f9b700;
    }
      
      .clean-journal-nav-menu li a:hover, .clean-journal-nav-menu li a:focus, #header-top .clean-journal-nav-menu li a:hover, #header-top .clean-journal-nav-menu li a:focus, .sidebar-header-right .widget_nav_menu li a:hover, .sidebar-header-right .widget_nav_menu li a:focus{
        background-color: #f9b700;
    }

    Regards,
    Mahesh

    in reply to: Slider disappearing #102939
    Mahesh
    Participant

    @marco-cherin: I checked the same on our server and it is working fine. Go to Dashboard=> Appearance=> Customize=> Featured Post Slider=> Slider Options and make sure you’ve put correct Post ID in Featured Post Slider #.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Formatting for bullets #102938
    Mahesh
    Participant

    @eggbanana: Replace the above with the following:

    body {
        font-family: "EB Garamond";
        font-size: 23px;
    }

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #102937
    Mahesh
    Participant

    @rodeboy: Hmm looks nice with the opacity. 🙂
    The box seems fine but let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Blog-Page 404 #102936
    Mahesh
    Participant

    @himynameisanton:
    Its kinda weird that the blog page works with Free theme and not with the Pro theme with same settings. I don’t think it’s the problem with .htaccess file either because, if it was, it would give problem in Free theme too. Please try reinstalling the fresh copy of Catch Base Pro. Hope it helps.
    It would be easy if we could check on your server for the problem.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Formatting for bullets #102932
    Mahesh
    Participant

    @eggbanana: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    body {
        font-family: "EB Garamond";
    }

    Regards,
    Mahesh

    in reply to: Formatting for bullets #102930
    Mahesh
    Participant

    @eggbanana: How do you want it to be displayed actually. Please let me know further.

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #102929
    Mahesh
    Participant

    @rodeboy: Do you mean to to have boxed, with color background and border. Please add the following:

    .main-slider .slider-contents {
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: #00ff00;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Yoast Breadcrumbs #102926
    Mahesh
    Participant

    @ejzohn: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @dercncplaner: For this you can simply use the WordPress’s excerpt option. Go to Add/Edit Post page, then on the top right side you’ll find Screen Options click it, some option will slide down. Make sure you check on Excerpt option.
    Then just below content, you’ll see Excerpt text box. Put the text you want to display as excerpt here and click Update.
    Then you are good to go.

    Regards,
    Mahesh

    in reply to: Formatting for bullets #102924
    Mahesh
    Participant

    @eggbanana: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Catch Everest – Mobile Menu missing #102911
    Mahesh
    Participant

    @mephjoe: Glad you got it working. Have a nice day!

    Regards,
    Mahesh

    in reply to: Yoast Breadcrumbs #102905
    Mahesh
    Participant

    @ejzohn: Add the following CSS:

    .home .sidebar-before-content {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #102904
    Mahesh
    Participant

    @rodeboy: Glad to know you’ve managed to resolve your issues. No you can’t have different message in the box on each slider.
    Can you please clarify more on displaying the text on the home page slider.

    Regards,
    Mahesh

    in reply to: Home page color #102899
    Mahesh
    Participant

    @mehes: You’ve changed the color to white and if you want to remove the black area below, add the following CSS:

    .home #featured-content {
        display: none;
    }

    I have checked you site’s other pages, all have white background, seems you’ve fixed it. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Make header thinner #102897
    Mahesh
    Participant

    @e-logan: Please use smaller sized image and choose skip cropping option while selecting the image. Hope it helps.

    Regards,
    Mahesh

Viewing 20 posts - 2,301 through 2,320 (of 4,903 total)