Forum Replies Created
-
AuthorPosts
-
Sakin
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.
Sakin
Keymaster@eric.suth: Strange why it didn’t work for me on my server. But why don’t in your site. Looks like you have code as
<p dir="ltr">http://www.youtube.com/watch?v=QdneZ4fIIHE&feature=youtu.be</p>can you remove that paragraph tag and just add the youtube video link.
how can I manipulate the font style, color, size etc. of my post text
— About this you have option in Theme Option in Simple Catch Pro theme. Upgrading will be easier. But yes you can do it in Simple Catch Free theme as well but for that you need to add CSS in “Appearance => Theme Options => Custom CSS” box for which you need to know abut CSS.I will contact you in email to solve the Youtube issue
Sakin
Keymaster@acanthuroid: Yes Catch Everest Pro WooCommerce plugin ready.
Sakin
Keymaster@snicoles: I am telling you not to copy all the styles from style.css to child theme style.css . But you have copied it all. The following CSS in your child theme style.css that is http://thatscrazytalk.com/wp-content/themes/catch-box-child-theme/style.css is a problem. Delete that.
.social-profile ul li a { background: url("images/social-profiles.png") no-repeat scroll right top transparent; border-radius: 3px 3px 3px 3px; display: block; height: 34px; text-indent: -99999px; width: 34px; } -
AuthorPosts
