Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Eric: Sorry for this I need to check in your site URL. Then I can check in and send you the custom css to remove spaces.
Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-summary .wp-post-image { display: inline; float: left; margin-right: 10px; }Sakin
Keymaster@jmott310: Did you try in Homepage Headline Text options at “Appearance => Theme Options => Homepage Settings => Homepage Headlines”. Then add in the text in Homepage Headline and Homepage Subheadline as per your need. This text will be above your excerpt blog.
Sakin
Keymaster@LogoSystems: You can remove your current css:
.widget { border-bottom: none; } #slider { border-bottom: none; }With the following css:
.hentry, .no-results, #author-info, #disqus_thread, #content .error404, .widget, #slider { border-bottom: none; }Sakin
Keymaster@shelbyjl5: Site verification code is not there in free version and it’s only available in pro version. In free version you can add verification meta codes in “Appearance => Theme Options => Webmaster Tools => Code to display on Header” box.
Also there are log of plugins that you can use to verify. Search at http://wordpress.org/plugins/
Sakin
Keymaster@Steve: Cool that it worked for you. Sorry we cannot recommend these type of plugin. As plugin are very sensitive and it’s really difficult to audit and check with one is best.
Sakin
KeymasterHi Steve,
Yes, for background image you need to use plugin and I recommend you to search at http://wordpress.org/plugins/ but if you are trying to change background color only then you can use Custom CSS to change it. For example, to change the white color of page http://www.wowow.eu/?page_id=133 to dark blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-133 #main { background-color: #306aa2; }Regards,
SakinSakin
KeymasterHi Wilfried,
You can add the the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content h1 { font-size: 14px; } .entry-content h2 { font-size: 10px; }Regards,
SakinSakin
Keymaster@lanretobi: That footer editor is not there in Free version for this you need to upgrade to pro version where you have get Footer Editor option in your Theme Options panel.
Sakin
Keymaster@lanretobi: Don’t remove the site title an tagline. It is not good for SEO. So, add it back but you can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@mindiapolis: You can go to “Appearance => Widgets” and add “1. Adventurous: Social” widgets to the Footer Area One or Footer Area two or footer area three as per your need.
By the way where did you add your Facebook URL. You need to add it in “Appearance => Theme Options => Social Icons”
Sakin
Keymaster@Kim: There is no option to move the date above the first post title. So, for this you need to hire customizer to customize it for you.
For date font size, you can increase the font size in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 768px) { .entry-meta { font-size: 12px; } }Sakin
Keymaster@Kim:
1. The grey line above your first post on Homepage is from Slider. So, go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Disable” in Enable Sidebar. This will remove all the slider code and the grey line.2. For border bottom in all posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.hentry { border-bottom: 2px solid #ccc; }Sakin
Keymaster@Kim: I check in your site and new logo image at http://hidemyage.com/wp-content/uploads/cropped-HIDEMYAGENOTMYBEAUTYFINAL3.jpg . Your image has more white space in bottom then it top. This is the issue with the unevenness.
Sakin
Keymaster@lanretobi: For these spaces, you can reduce the padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#hgroup { padding-top: 40px; } #hgroup-wrap { padding-bottom: 40px; }Sakin
Keymaster@lanretobi: Thanks for your access and I was able to find the issue in your site. This was issue of your post status as “Private”.
Your post were set as private so when you login to your WordPress and view the site, the slider was working. Then when you logout and view the site, the slider was not working as the only one post was public while other 3 posts were private. Now, I changed all 3 posts to public and will work with our without login.
Sakin
Keymaster@lanretobi: It is just showing one slider text and image. So, can you update and check in. I will also email you to check in admin section of your site.
Sakin
Keymaster@lanretobi: Please don’t change after it stopped as I need to check in. I was asking you to inform me after it stops. For change log you can refer to http://catchthemes.com/changelogs/catch-everest-theme/
Sakin
Keymaster@lanretobi: It’s strange. I also see that you are using old version of Catch Everest Theme. Can you update it to latest version. Then please buzz me when it stops again. Then I will check in.
Sakin
KeymasterHello Sierk,
Details Color Option for Menu are there in Catch Evolution Pro theme. So, the best option will be to upgrade to pro version and use the color picker option at theme options panel to change the color and enjoy the other additional features. For more details check out http://catchthemes.com/theme-instructions/catch-evolution-pro/.
But in free theme, we need to do manually by adding color css in “Appearance => Theme Options => Custom CSS” box. For example, you can change the color code as per your need in the following css and then add it in Custom CSS box.
#header-menu ul.menu a { color: #eee; }Regards,
Sakin -
AuthorPosts
