Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@paulinepkehoe: You have added your question in wrong support forum. You are using “Catch Everest Pro” theme in your site but you have posted the support question in “Catch Box Pro” forum and that is why I got confused. From next time please post your question in your Catch Everest Pro forum.
Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { text-transform: none; }Sakin
Keymaster@mirandariley: I checked your site style.css and responsive.css which doesn’t match with out original theme css. So, I think you have edited that. Please don’t edit any style.css and responsive.css
To make this at the original state, you need to delete the theme and then install the latest zip copy of Theme.
Sakin
Keymaster1) When I place an image in a blog post, I get a thin border around the image – how can I remove this?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: medium none; padding: 0; }2) Has anyone figured out a way to rotate the header logo / image with the Catch Box theme?
— I don’t understand this. You can change your header logo from “Appearance => Header”Sakin
Keymaster@paulinepkehoe: Adding link in the Homepage Featured Content i not a problem. Go to “Appearance => Theme Options => Homepage Settings -> Homepage Featured Content Options” and then add link in “Link URL”. the added link will be in the image and the title.
I would like to set the link up to say “Contact Pauline”
— To add that you can add the following code just below your content in “Appearance => Theme Options => Homepage Settings -> Homepage Featured Content Options
`Contact PaulineSakin
Keymaster@paulinepkehoe: Catch Everest Pro theme is responsive design. So, it is not recommended to change the layout. If you change the layout. You need to change all the way down to mobile devices.
But if you just want to adjust only in the large screen, then add the following css in “Appearance => theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { #primary { width: 60%; } #secondary { float: right; width: 35%; } }Sakin
Keymaster@paulinepkehoe: How come you have all caps in Menu for Catch Box Pro theme. It’s not supposed to be. Can you send me your site URL so that can check in.
Sakin
Keymaster@GAHC: You can change the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { background-color: #fff; } #homepage-message { background-color: #FDFDFC; }Sakin
Keymaster@Potzas: I see that you have static content in the home and blog in Blog page. It’s going good.
I would also like to make the overlay header on the slider a blue font, not black.
— Just change the color code as per your need and add it in your “Appearance => Theme Options => Custom CSS” box.#main-slider .entry-title a, #main-slider .entry-title span { color: #222; }I would also like to change the sub-heading on the home page, I want it non-italic and I would like to change the font colour there as well.
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box.#homepage-message span { font-style: normal; color: #858585 }Sakin
Keymaster@illibo: Are you still getting this error or now don’t get it. This look like you tried to login too many times with incorrect password and server block in.
Sakin
Keymaster@mirandariley: There is problem with your site. Why are you keeping all the style.css in Custom CSS box. Remove that and it will work fine.
Sakin
Keymaster@acanthuroid: Sorry I don’t be able to help on image sizes. Please check your settings and ask in WooCommerce forum.
Sakin
Keymaster@paigeohliger: I haven’t received any email from your side. Can you send me your site URL. So, that I can check in.
Sakin
Keymaster@ronjak: Ask more detail with the plugin author. The do_action is defining the action hook. We have our own action hooks that you can see it.
It will be best if they provide the widget and you can simple add in any sidebar. In Catch Everest PRo theme there is sidear for header right as well. See the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
But yes you can try to add the above hook in the file sidebar-header-right.php jsut above
</div><!-- #header-right .widget-area -->Sakin
KeymasterNow it’s fine. But you have added paragraph center in your text widget you need to remove that.
<p style="text-align:center"><a target="_self" href="http://hurstbournedentalcare.com/stony-brook-louisville-ky-dentist-patient-forms//"> <img alt="Forms- Louisville, KY Dentist" src="http://hurstbournedentalcare.com/images/new_pt.png"> </a></p>you can replace p with span
Sakin
Keymaster@kirsten0203: You have to add any widget in your sidebar to replace that. Look like the search and archive at the default widgets.
But if you don’t want any sidebar then you can choose No Sidebar layout in individual posts and pages. Also you wan set fro entire site in you theme options panel “Layout Options”.
Yes the upgrading process will be pretty smooth. You might need to do few click in your menu, header, background settings. If you need help then we also provide free support for upgrading.
Sakin
Keymaster@phase9: You can simply add the color code you want in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
#branding #s { background-color: #fff; color: #000 }Sakin
Keymaster@paigeohliger: The same menu order will be there in Mobile Devices as well.
-
AuthorPosts
