Forum Replies Created

Viewing 20 posts - 2,381 through 2,400 (of 4,908 total)
  • Author
    Posts
  • Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Add sub menu in header #102199
    Mahesh
    Participant

    @vanille: Please check the following links:
    https://codex.wordpress.org/Appearance_Menus_Screen
    and this video too:
    https://www.youtube.com/watch?v=bxphw24ZvHY
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Site Title and Custom Promotion Header #102197
    Mahesh
    Participant

    @alwilleford: Add the following CSS:

    #promotion-message {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    Regards,
    Mahesh

    in reply to: Change the template for the forum. #102194
    Mahesh
    Participant

    @andrei93: Please post in your site url/website.

    Regards,
    Mahesh

    in reply to: Turn Off Page Titles #102191
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #102190
    Mahesh
    Participant

    @strat76:
    1. For logo issue, add the following CSS:

    #masthead .site-branding .site-logo img {
        width: 100%;
    }

    2. Secondary alternate sidebar:
    You mean to have two sidebars at the same time? Or different sidebars for different pages? If its the latter one, I recommend you to upgrade to Pro version. The Pro version has 3 Optional sidebars and many others too.

    Regards,
    Mahesh

    Mahesh
    Participant

    @adamp: Thank you for using Clean Journal. Well this can be done in two ways. Either use custom CSS to hide the content from home page, or use the static page.
    1. Using Custom CSS: Go to Dashbaord=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content {
        display: none;
    }

    2. Static Page: Go to Dashbaord=> Appearance=> Customize=> Static Front Page and select A Static Page in Front page displays option and select the Page you want to display on the homepage, and Blog page to to display posts.
    Using Static page will display content of the page selected.

    Regards,
    Mahesh

    in reply to: Featured Slider – background and size #102188
    Mahesh
    Participant

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

    .featured-slider .slides {
        background-color: #000fff;
    }
    
    .featured-slider .slides img {
        height: 350px;
    }

    Note: Change the color and height as desired.

    Regards,
    Mahesh

    in reply to: 2 thinks i need #102187
    Mahesh
    Participant

    @ron66: Please post in your site url. Catch Box Pro is a boxed layout theme. If you want full width layout, I recommend you to use full width layout theme like Full Frame. But if you want to make Catch Box Pro full width, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Appearance – customize doesn't work #102184
    Mahesh
    Participant

    @adobosm: The theme is working fine on our server, using the latest version as you have. What seems to be the problem? Do you get any errors? If you have plugins, please try disabling it and check if it resolves the issue.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Disable breadcrumb #102181
    Mahesh
    Participant

    @cpeuch: You got it right. Glad you’ve resolved it yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Expanded Google Fonts #102155
    Mahesh
    Participant

    @ninjadoll: Well you cannot add the font options in the Customizer as it shows in the list. However, this can be achieved through Custom CSS. If you want, I can help you further with it.

    Regards,
    Mahesh

    in reply to: Change font size #102152
    Mahesh
    Participant

    @yvonne: This can be achieved through Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    body, button, input, select, textarea, #header-right .widget .menu li {
        font-size: 20px;
    }

    Note: adjust the font-size as desired

    Regards,
    Mahesh

    in reply to: Lucida pro: are header widgets provided? #102150
    Mahesh
    Participant

    @scout: Yes, header widgets are available in Pro themes. In Lucida Pro, there only Header Right and Header Bottom widgets. I recommend you to use Clean Magazine Pro. It has Header Top, Header Top Right, Header Top Right, Header Bottom Right and Header Bottom Left widget areas.

    Regards,
    Mahesh

    in reply to: H1 heading #102145
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Upgrading to 3.4 #102143
    Mahesh
    Participant

    @fireflywebs: If that’s the case, you are good to go, and there won’t be any issue. Sticking with what you are already using won’t cause any issue. I only mentioned about the original and child theme because, switching from child or to child may cause the issue in retaining settings. Hope this clarifies.

    Regards,
    Mahesh

    in reply to: Links a.hover and removing underline text decoration #102141
    Mahesh
    Participant

    @studio4sls: It would be easy if I could check your site. Add the following CSS:

    .btn-transparent, .ctnewsletter .ct-newsletter-wrap #subbutton, #nav-below .nav-links a, #nav-below .nav-links span.current, .wp-pagenavi a, .wp-pagenavi span, #infinite-handle span button {
        background-color: #da197d;
        border-color: #da197d;
        color: #fff;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Fixing size of largest photo in Header Highlight content #102140
    Mahesh
    Participant

    @banno2000: Thanks for letting us know about the issue. The issue has been fixed and the latest update is available. Please update.

    Regards,
    Mahesh

    in reply to: Move Site Title #102139
    Mahesh
    Participant

    @lba14525: I checked your site and seems you’ve now got rid of the search bar. And for aligning the header centered to the logo, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 768px) {
    	#site-details {
    		margin-top: 130px;
    	}
    }

    Regards,
    Mahesh

    in reply to: Spacing Issue #102138
    Mahesh
    Participant

    @bennibeard: Thank you for your appreciation. I’m glad that you’ve resolved it. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 2,381 through 2,400 (of 4,908 total)