Forum Replies Created

Viewing 20 posts - 2,381 through 2,400 (of 4,903 total)
  • Author
    Posts
  • 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

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

    @himynameisanton: We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Upgrading to 3.4 #102128
    Mahesh
    Participant

    @fireflywebs: Well, upgrading from Free to Pro will not affect any of the settings, all setting will be migrated automatically (Considering you are using Original theme, not the child theme). Switching from child to parent may cause problem.
    But there are numbers of plugins in WordPress repositories to export and import the customizer settings, you can use one.
    Let me know if any problem.

    Regards,
    Mahesh`

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

    @andrei93: Are you using Adventurous Pro version? because full width disable sidebar template option is not available in Free version. Or have you customized the theme? If you are using Pro version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No sidebar, Full Width in Sidebar Layout Options.

    Regards,
    Mahesh

    in reply to: Spacing Issue #102086
    Mahesh
    Participant

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

    .site-content {
        padding-top: 0;
    }
    
    .entry-content {
    	margin-top: 0;
    }

    In the content area, you have a blank <p> tag, please remove it and you’ll be good to go.

    Regards,
    Mahesh

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

    @studio4sls:
    Removing the underline on content links, add the following CSS:

    .entry-content a, 
    .entry-summary a, 
    .taxonomy-description a, 
    .logged-in-as a, 
    .comment-content a, 
    .pingback .comment-body > a, 
    .textwidget a {
        box-shadow: none;
    }

    To change menu, content, read more buttons, scroll hover color, add the following CSS:

    a:hover, a:focus, .view-more a:hover, .view-more a:focus, .entry-meta a:hover, .entry-meta a:focus, .content-area .entry-title a:hover, .content-area .entry-title a:focus, .archive-blog-wrapper .read-more a:hover, .news-ticker-title a:hover, .news-ticker-title a:focus, .featured-content-wrap .entry-title a:hover, .featured-content-wrap .entry-title a:focus, .main-navigation a:hover, .main-navigation a:focus, .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #da197d;
    }
      
      .backtotop:hover, .backtotop:focus {
        background-color: #da197d;
        border-color: #da197d;
        color: #fff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

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