-
AuthorSearch Results
-
June 12, 2015 at 11:55 am #7863
Topic: Background and Text Colours
in forum Pathway ForumThis template is very nice but it would be even more nice if you would be able to change the color of the background (e.g. to black) and the color of the text also (e.g. to white). I have tried to change style.css and also tried to enter custom css in admin settings but the color always remains white and black. In boxed layout you can change the color of the basic background. In full witdth any changes do not change anything.
Is there an easy css code you can enter for the main background (where the text and pics appear) and for the text itself?
Best regards,
Harald
June 6, 2015 at 3:13 pm #7652In reply to: Color problems in the Gravid Theme
The updates all worked fine! Really wonderful support!
But i still have one problem 🙂
If you look at http://ayk.e-monkeys.com/
is there a chance to get the homepage boxes in a unique size?
Doesn’t look really great, if they appear in different sizes.
And can i also extend the number of characters shown, before the box makes a cut?
Cheers
Ayk
June 5, 2015 at 8:57 am #7610In reply to: Homepage boxes don't link
Kindly check documentation here: http://sktthemesdemo.net/documentation/skt-white-doc/#homepage-setup-pro
And shortcode with link for the services box:
- [services title=”Web” bold=”Design” icon=”image URL” link=”Link Here”]Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industry’s standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.[/services][services title=”Web” bold=”Development” icon=”image URL” link=”Link Here”]Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industry’s standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.[/services][services title=”Mobile” bold=”Website” icon=”image URL” link=”Link Here”]Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industry’s standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.[/services][services title=”WordPress” bold=”Themes” icon=”image URL” link=”Link Here”]Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industry’s standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.[/services]
- You can add link, change image, text etc for this section.
- Regards,
- Shri
June 5, 2015 at 5:46 am #7601Hi,
SKT Biz Pro is a different theme altogether than SKT Biz free version. However what you can do is copy the contents of the section and background colors into SKT Biz Pro from the free section. Similarly Slider images as well.
Because SKT Biz Pro supports shortcodes and is more complex plus with a slight change framework considers it as a new theme and since data saves in a little different way we had no choice but to keep the 2 themes separate.
But the sections code from free pasted into Pro will work. Similarly slider images.
Regards,
ShriJune 3, 2015 at 2:00 pm #7532In reply to: Change Sub Menu Background Color
Inverted commas were not applied properly. The inverted commas weren’t html ones.
Fixed the problem. Check: http://miles.ee/2015/01/proov/
Regards,
ShriJune 3, 2015 at 1:08 pm #7527In reply to: Change Sub Menu Background Color
Kindly email us ([email protected]) your WordPress admin details.
Regards,
ShriJune 3, 2015 at 12:28 pm #7526In reply to: Change Sub Menu Background Color
Hei Shri,
I have put it that way:
<h1 class=”entry-title” style=”color:#000000;”><?php the_title(); ?></h1>
should i do it differently?
Greetins,
Triin
June 3, 2015 at 12:19 pm #7525In 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(); ?>
-
AuthorSearch Results
Search Results for 'color'
-
Search Results
-
Topic: Background and Text Colours
This template is very nice but it would be even more nice if you would be able to change the color of the background (e.g. to black) and the color of the text also (e.g. to white). I have tried to change style.css and also tried to enter custom css in admin settings but the color always remains white and black. In boxed layout you can change the color of the basic background. In full witdth any changes do not change anything.
Is there an easy css code you can enter for the main background (where the text and pics appear) and for the text itself?
Best regards,
Harald