Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@shaun.smudger.smith: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.social-profile ul li.facebook a { background-position: 0 -44px; }
.social-profile ul li.twitter a { background-position: -44px -44px; }
.social-profile ul li.google-plus a { background-position: -528px -44px; }
.social-profile ul li.you-tube a { background-position: -132px -44px; }
.social-profile ul li.instagram a { background-position: -704px -44px; }Sakin
Keymaster@leotrim77: Thanks and if you just want to remove homepage title then you can replace that css with the following css:
.home #content .entry-title { display: none; }Sakin
Keymasterthat’s fine 🙂
Sakin
Keymaster@Felix: translation is submitted by users. So, we cannot grantee 100% correct. If you want to fix it then we will me more that happy to fix that. you can download free software from poedit.net and then edit de_DE.po file which you will find in language folder.
I will also email you for more details.
Sakin
Keymaster@IceCreamHunter: Your comment is option only for login use so how do I check in? Sorry no option for flash to zoom in and out .
Sakin
Keymaster@fan: Can you please post in your site URL so that I can understand it and send you the custom css.
Sakin
Keymaster@crankit: It’s because of opacity. You can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
#hgroup-wrap a:hover img { opacity: 1; }Sakin
Keymaster@notjustblack: Thanks for your appreciation and review 🙂
Sakin
Keymaster@luvharris: To change the footer sidebar area to white from blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#footer-sidebar { background-color: #fff; }Then later, you might want to change the border color as well. For that, change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#colophon { border-color: #1b5f7d; }Sakin
Keymaster@leotrim77: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#content .type-page .entry-title { display: none; }Sakin
Keymaster@harriet: Add the following css in “Appearance => Theme Options => Custom CSS” bnox:
.home #content .entry-title a:hover,
.home #content .entry-title a:focus,
.home #content .entry-title a:active {
color: #eee;
}Sakin
Keymaster@notjustblack:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.search-results .entry-meta { display: none; }2. Search result page will show featured image of that post. Other then that you need to build child theme and customize it.
3. Just go to “Appearance => Theme Options => Excerpt/Mote Tag Settings” and change More Tag Text and Excerpt length(words).
Sakin
Keymaster@Marcus: Simply add the following css in “Appearance => Theme Options = Custom CSS” box:
#sidebar-header-right { display: none; }Sakin
Keymaster@Kenneth: You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#branding #access { text-align: center; }
#branding ul.menu li { display: inline-block; float: none; }Sakin
Keymaster@Lisa: Sorry there is no option to do that. If you know the coding then you can build child theme and add image in that area.
Sakin
Keymaster@livlevi2: There is option in “Appearance => Theme Options => Color Options => Site Color Options”. There you can change Footer Background Color, Footer Background Sidebar Color. Further, if you want to change color of any item that is not there in color option then please add in your site URL explain which element color you want to change with the color code. Then I will provide you custom css.
Sakin
Keymaster@albertoc: Can you check your setting at “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings”. Since, you don’t need front page or latest post, you can just “Uncheck” option “Enable Latest Posts or Page” and save changes.
Further, if this doesn’t fix it then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.home #main { padding-top: 0; } -
AuthorPosts
