-
AuthorSearch Results
-
June 3, 2015 at 12:19 pm #7525
In reply to: Change Sub Menu Background Color
You have added double quotes. So you have added like this: style=””color: #000000;””>
This is wrong. Just have single inverted commas like this: style=”color: #000000;”>
Should work just fine.
Regards,
Shri
June 3, 2015 at 11:59 am #7522In reply to: Change Sub Menu Background Color
Dear Shri,
Changing the background colour work now, but the advice how to change the title is not working. <h1 class=”entry-title”> Make it like this: style=”color:#000000;”>
I have found the h1 class entry-title in several files and added this style=”color:#000000;” there, but no change in post title colour. it remains white… any suggestions where to change it actually to black with out changing the section font colour? Thanks in advance,
Triin
June 2, 2015 at 1:19 pm #7474In reply to: Color problems in the Gravid Theme
Given you re-access.
Regards,
ShriJune 2, 2015 at 1:07 pm #7473In reply to: Color problems in the Gravid Theme
I can’t 😉
“0 downloads remaining”
June 2, 2015 at 12:49 pm #7471In reply to: Color problems in the Gravid Theme
Updated the theme.
Kindly re-download the theme from your my-account page. And let us know if all is fine.
Regards,
ShriJune 2, 2015 at 12:10 pm #7469In reply to: Color problems in the Gravid Theme
Really great support 🙂 Thanks a lot!
June 2, 2015 at 11:22 am #7467In reply to: Change Sub Menu Background Color
The initial top <div class=”site-main” id=”sitemain”> is here and the rest is in content-single.php
Regards,
Shri
June 2, 2015 at 8:52 am #7462In reply to: Change Sub Menu Background Color
Hei Shri,
Thanks for your advice. Where should i put it exactly? Maybe it it some other file than single.php? This is what I have at the moment in single.php file:
<?php
/**
* The Template for displaying all single posts.
*
* @package SKT Black
*/
get_header(); ?>
<div class=”content-area”>
<div class=”middle-align content_sidebar”>
<div class=”site-main” id=”sitemain”>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘single’ ); ?>
<?php skt_black_content_nav( ‘nav-below’ ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || ‘0’ != get_comments_number() )
comments_template();
?>
<?php endwhile; // end of the loop. ?>
</div>
<?php get_sidebar();?>
<div class=”clear”></div>
</div>
</div>
<?php get_footer(); ?>
June 2, 2015 at 6:45 am #7456In reply to: Change Sub Menu Background Color
Hi Triin,
Okay can you write some inline css? If not here is how:
Kindly visit Appearance>Editor>single.phpCheck <div class=”main-container”> Make it like this: <div class=”main-container” style=”background-color:#ffffff”>
And then scroll down for title:
<h1 class=”entry-title”> Make it like this: style=”color:#000000;”>
Let us know if you couldn’t do it. We will do it for you.
Regards,
Shri
June 2, 2015 at 6:38 am #7453In reply to: Color problems in the Gravid Theme
Again upgrading the theme today. Will have all the features i missed yesterday. Will update once done.
Regards,
ShriJune 1, 2015 at 7:25 pm #7440In reply to: Color problems in the Gravid Theme
This did work well for the boxes, but not for the other links 😉
Take a look at http://monkeymaniacs.de/wp/2015/06/01/hallo-welt/ and you’ll see the problem.
Also the social media links on the bottom of the page are still in default color
June 1, 2015 at 7:16 pm #7439In reply to: Color problems in the Gravid Theme
Kindly download plugin from WordPress admin>plugins>add new>simple custom css.
And then within the plugins settings (custom css) add this:
.feature-box a {color:#ffffff;}
Change the hex code to desired color code.
Regards,
ShriJune 1, 2015 at 7:13 pm #7438In reply to: Color problems in the Gravid Theme
http://monkeymaniacs.de/wp/
June 1, 2015 at 7:11 pm #7437In reply to: Color problems in the Gravid Theme
Kindly show the website url.
Regards,
ShriJune 1, 2015 at 7:07 pm #7436In reply to: Color problems in the Gravid Theme
Can’t find that point…got no field with the original color left, but the links still appear in that “green-blue”
-
AuthorSearch Results
