Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 3,076 through 3,090 (of 3,298 total)
  • Author
    Search Results
  • Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    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,
    Shri

    #7532
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Inverted commas were not applied properly. The inverted commas weren’t html ones.

    Fixed the problem. Check: http://miles.ee/2015/01/proov/

    Regards,
    Shri

    #7527
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Kindly email us ([email protected]) your WordPress admin details.

    Regards,
    Shri

    #7526
    Triin TammTriin Tamm
    Member
    • Topics: 0
    • Replies: 6
    • Total: 6
    Member since: May 6, 2015

    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

    #7525
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    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

    #7522
    Triin TammTriin Tamm
    Member
    • Topics: 0
    • Replies: 6
    • Total: 6
    Member since: May 6, 2015

    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

    #7474
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Given you re-access.

    Regards,
    Shri

    #7473
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    I can’t 😉

    “0 downloads remaining”

     

    #7471
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Updated the theme.

    Kindly re-download the theme from your my-account page. And let us know if all is fine.

    Regards,
    Shri

    #7469
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Really great support 🙂 Thanks a lot!

    #7467
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    The initial top <div class=”site-main” id=”sitemain”> is here and the rest is in content-single.php

    Regards,

    Shri

    #7462
    Triin TammTriin Tamm
    Member
    • Topics: 0
    • Replies: 6
    • Total: 6
    Member since: May 6, 2015

    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(); ?>

    #7456
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Triin,

    Okay can you write some inline css? If not here is how:
    Kindly visit Appearance>Editor>single.php

    Check <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

    #7453
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Again upgrading the theme today. Will have all the features i missed yesterday. Will update once done.

    Regards,
    Shri

    #7440
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    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

Viewing 15 results - 3,076 through 3,090 (of 3,298 total)