Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@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,
MaheshOctober 26, 2016 at 10:11 am in reply to: Error 404-Page NOT Found (Remove Blog Section from Front Page) #102189Mahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@cpeuch: You got it right. Glad you’ve resolved it yourself. Have a nice day!
Regards,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@zerolizer0: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@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,
MaheshOctober 25, 2016 at 12:10 pm in reply to: Links a.hover and removing underline text decoration #102141Mahesh
Member@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,
MaheshOctober 25, 2016 at 10:55 am in reply to: Fixing size of largest photo in Header Highlight content #102140Mahesh
Member@banno2000: Thanks for letting us know about the issue. The issue has been fixed and the latest update is available. Please update.
Regards,
MaheshMahesh
Member@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,
MaheshMahesh
Member@bennibeard: Thank you for your appreciation. I’m glad that you’ve resolved it. Have a nice day!
Regards,
MaheshMahesh
Member@himynameisanton: We’ll contact you through email shortly.
Regards,
MaheshMahesh
Member@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`Mahesh
Member@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,
MaheshMahesh
Member@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,
MaheshOctober 24, 2016 at 10:56 am in reply to: Links a.hover and removing underline text decoration #102073Mahesh
Member@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 -
AuthorPosts
