Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cabron_berlino: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { display: inline; float: right; } #hgroup.with-logo { clear: none; display: inline; float: left; }Sakin
Keymaster@victoria: I see that you have set “Featured Header Image Position” to “Before Header”. Make that to “After Menu” in “Appearance => Theme Options => Header Featured Image Options”.
Then to remove the border (Shadow) in the header featured image, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-feat-img { box-shadow: none; }I see that you have reduce the height of the menu. This will give issue to your submenu and I see that I cannot click to submenu. So, you need to change the position of submenu as well. To do that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { top: 40px; }Sakin
Keymaster@jenbrookswriter: It’s little difficult to explain and work on it. I can configure that for you. I will email you now.
Sakin
Keymaster@carlosdonan: Thanks for your appreciation.
Sakin
Keymaster@carlosdonan: Looks like you are talking about outline in link. If so, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
a:focus, a:active, a:hover { outline: none; }Sakin
Keymaster@owen: It is showing. See just above your footer, you will see “Older Post” full width button. That is Infinite Scroll. If you click on that it will load the post in same page. But if you disable Infinite Scroll, then it will not load the post in same page.
Sakin
Keymaster@Bookmama: I told you to add the CSS in Theme Options panel. But I haven’t see that you have added css. If you add the following CSS in theme options panel then it will work perfect.
@media screen and (min-width: 1060px) { #header-menu ul.menu li { float: left; } #header-menu ul.menu a { padding-left: 54px; padding-right: 53px; } }Sakin
Keymaster@jenbrookswriter: Ok. Now you can go to “Appearance => Theme Options => Header Featured Image Options”. Then you will see “Enable Featured Header Image” where need to click on “Entire Site, Page/Post Featured Image”.
Note: Make sure you have added in Featured Image in your page. Otherwise, it will not display. To learn about adding in Featured Image in page, see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@moffie: Are you using Simple Catch Free theme. It’s always better to share your site URL, so that I can check in and send you the css code. The following CSS code is to change the color of Site tile and Site Subtitle in Simple Catch Free Theme. In the following CSS, change the color code as per you need and then add it in “Appearance => Theme Options => Custom CSS” box.
/* Site Title Color */ h1#site-title a { color: #444; } /* Site Subtitle Color */ h2#site-description { color: #666; }Sakin
Keymaster@oly: With your current CSS. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-left { width: 100%; }Sakin
Keymaster@albertoc: You cannot just change the link in settings. To move the site from one folder to another, first you need to move all the files from that that folder to new one. Then you can use search and replace file to change the database path saved. See this article http://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Sakin
Keymaster@chipbphoto:
1. To activate the optional sidebar, you need to add widgets in Optional Sidebar and then you have to select the optional sidebar in “Catch Everest Options” Meta Box, Select Sidebar options.
Also update your theme to latest version, as there was issue in post slider.2. To add horizontal line between each of the widgets in the Sidebar, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { border-bottom: 1px solid #e6e6e6; margin-bottom: 20px; padding-bottom: 20px; } @media screen and (min-width: 1190px) { #secondary .widget { margin-bottom: 25px; padding-bottom: 25px; } } @media screen and (max-width: 1060px) { #secondary .widget { margin-bottom: 15px; padding-bottom: 15px; } }Sakin
Keymaster@cabron_berlino: Sorry I don’t think I understand your request properly. I assume that you are trying to make logo at the left and then site title and description follow it. To do that you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { display: inline; } #hgroup.with-logo { clear: none; display: inline; }If you are talking about different. Then please share your screenshot of what you want to achieve and then I will give you the suggestion.
Sakin
Keymaster@GAHC: I check in your account and it’s fine. Can you check your account at http://catchthemes.com/my-account/. If you cannot find it then you can send email directly to sales and account at http://catchthemes.com/my-account/
Sakin
Keymaster@dbevarly: I don’t see any error in your client site. Do you have any screenshot of the error?
Sakin
Keymaster@GAHC: This is handle by sales and I just received confirmation about your account. Can you check now. If you still have issue then please contact sales directly at http://catchthemes.com/my-account/. Sorry for the trouble.
Sakin
Keymaster@GAHC: You haven’t update the Catch Everest Pro theme. Update that as well. After the update clear your cache and refresh your browser and check in.
Sakin
Keymaster@hilltopper06: Ok I got that thanks. We will fix that soon and update the theme.
Sakin
Keymaster@Bookmama: I don’t think you can do that way. But you can add the following CSS in “Appearance => Theme Options => Custom CSS”.
@media screen and (min-width: 1060px) { #header-menu ul.menu li { float: left; } #header-menu ul.menu a { padding-left: 54px; padding-right: 53px; } } -
AuthorPosts
