Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@farshad: Oh yes you can do that. To hide only in Homepage and archive page replace the above css with this one.
.home footer.entry-meta, .archive footer.entry-meta { display: none; }Sakin
Keymaster@subper: For moving to left you need to reduce the padding for the header wrap that will be as following
#hgroup-wrap { padding-left: 3rem; padding-left: 30px; }and for moving right just increase the above padding. But we careful about the responsive design it might hamper it. So, the best to move right will be to upload the header image with right margin.
Sakin
Keymaster@subper: Sorry there is no fixed ETA as it depends on the features added for initial release. We will be trying to release within the end of the month.
March 10, 2013 at 2:57 pm in reply to: Full-width logo: close empty space above & below, match menu bar width #4916Sakin
Keymaster@jimchicago: Aha it’s little more I guess for free theme. Anyway I will try to answer it.
To Change the Menu background color
#header #mainmenu { background-color: #000; }Menu height is control through font line line so decrease it
#header #mainmenu ul li a { line-height: 35px; }Menu font size
#header #mainmenu ul li a { font-size: 15px; }Menu hover/active background color and font color
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a { background-color: #fff; color: #000; }For more about CSS please use this css guide http://www.w3schools.com/cssref/default.asp
Sakin
Keymaster@darksoul2001ro: Sorry I missed to post the video. Here goes the link, http://www.youtube.com/watch?v=EHdn3wtUOBc also if you want to know more about Firebug addon in Firefox browser see this http://sixrevisions.com/tools/firebug-guide-web-designers/
March 10, 2013 at 2:45 pm in reply to: How can i implement to have no "next" button, the posts to load by themselfs #4914Sakin
Keymaster@darksoul2001ro: Can you send me your site URL?
Sakin
Keymaster@thess: We don’t have plugin list. Best option is to chose from http://wordpress.org/extend/plugins/ and check out the review and updates.
Sakin
Keymaster@Dane30: There was transient cache. If you have changed anything in theme Option panel then it will clear the transient cache. It’s done. Have a nice day.
Sakin
Keymaster@lailablake: Can you show me your website? It’s always best practice to show the website URL as that we know that you really need it. I will give it recommendation. But this is the first time we have seen goodreads.
Sakin
Keymaster@thess: Not at this stage. this option is not there. But you might consider using plugin for comments.
Sakin
Keymaster@ali125: Can you send me screenshot of the problem. I cannot see the problem in your site.
Sakin
Keymaster@Anna: Currently there is no option to add that. You might considering the text in the sidebar.
If you want then you might also create the header image with the text on it.
As to add this option, you only can do if you have programming skill. You need to build child theme and then you need to create new function to add text and hook with action catcheverest_hgroup_wrap().
March 9, 2013 at 11:54 am in reply to: How can i implement to have no "next" button, the posts to load by themselfs #4856Sakin
Keymaster@darksoul2001ro: For that you might consider using Jetpack plugin.
Sakin
Keymaster@shurican: For that you need to build child theme and then add it in the child theme folder.
Sakin
Keymaster@darksoul2001ro: The best option is to watch this video and see how to find ID and Class in website.
Sakin
KeymasterThe css will hide the entry meta in content footer in Hompage and post/page.
footer.entry-meta { display: none; }About changing H2 tag that you need to build child theme and edit that. There is no easy way to do that.
-
AuthorPosts
