Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@EveryHome:
To make the top corners of navigation bar rounded. You need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding #access { border-radius: 5px 5px 0 0; }make the text widget the same width as the other widgets in my side bar
— It is always sameTo change the link colour in the navigation bar, you need to change the color code and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding ul.menu a { color: #ccc; }To change the link colour in footer, you need to change the color code and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator a { color: #ddd; }Sakin
Keymaster@Armandos: It shouldn’t be a theme issue as we have tested theme with latest version 3.6. Also at the same time we haven’t use the function wpdb in Catch Box Pro.
Sakin
Keymaster@Cassandra:
can I also remove the complete line around the menu bar?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu { border: none; }And can I remove the thin black/grey line at the very top of page?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .top-bg { display: none; }Sakin
Keymaster@oly: Which color you want and then change the color code as per you need. Color code means the code #404040 . For more color code check this site http://html-color-codes.info/
Sakin
Keymaster@oly: You need to change the color code as per you need in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget-area .widget a:hover { color: #404040; }Sakin
Keymaster@diegolora83: This is not the theme issue. For system log our, you need to consult with your Hosting Server Support Team.
Sakin
Keymaster@Joaozinho: Did you clear your cache and refresh your browser. As sometime, it might be loading issue.
Can you send me your site URL and tell me which widget is cut off?
Sakin
Keymaster@Joaozinho: Can you send me the link of the page where it shows to stripe sign :-
Sakin
Keymaster@impresnet: Your screenshot is showing Admin Theme Options panel. So, why are do you need to change the admin panel?
Sakin
Keymaster@impresnet: Yes for these two area font size you have add the above css I gave you.
Sakin
Keymaster@klhaight: oh you mean title. For that you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-title, .entry-title a { color: #222; }Sakin
Keymaster@Sakin: It will work. Maybe you are talking abut different one. Are you talking about the page title. Can you explain it to me?
Sakin
Keymaster@ashrafashraf: You have increased the menu items. Now just replace that css with the following
#branding ul.menu a { font-size: 13px; line-height: 3.2em; padding: 0 1em; }Sakin
Keymaster@ashrafashraf: Please consult with your hosting server. This is hosting and migration issue not the theme issue.
Sakin
Keymaster@TheGoldFish: For that you need to use body_class filter hook and add it. See this http://codex.wordpress.org/Function_Reference/body_class
Sakin
Keymaster@klhaight: You can change the color and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content h1 { color: #000; }Sakin
Keymaster@iroersma: I don’t see comment form in your homepage. To enable/disable comments, see this http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@impresnet: Sorry your question is bit unclear. Do you mean Font size?. I have added below the css for Font size. But we careful while you change the font, consider mobile devices as well.
/* Featured Post Font Size */ #featured-post { font-size: 16px; } /* Menu Font Size */ #header-menu ul.menu a { font-size: 16px; }Sakin
Keymaster@djb: I am not sure what you are talking about. But I am able to click on the links in your twitter widget and also see the latest 3 tweets. For your twitter widget please take a look at twitter widget support. You can also preview your twitter widget from your Twitter account. So, please check there first and see it. This is not a theme issue.
-
AuthorPosts
