Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 2,776 through 2,790 (of 3,301 total)
  • Author
    Search Results
  • #25026
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Add this code in custom css box:

    .single-post h1.entry-title{color:#dc266e !important;}

    Regards,
    Dave

    MP EKMP EK
    Member
    Member since: October 21, 2015

    Screenshot

    1. Menu Spacing:
    The distance from logo area to first menu button is not equal from the first menu button to the second. I’d like to have it equal, is it possible?

    2. Menu Spacing color or transparency:
    The color between the menu buttons is still black (default), even though the background color of menu area is set to white, I’d like to set it to the background color of the page (pink) but the best would be to set it to transparent, because if background color is going to be changed this area’s color would be adjusted automatically.

    #24872
    KinanKinan
    Participant
    Member since: February 12, 2016

    How do I make the pictures in the accordion links to a page? Also how do I change the font color within the accordion?

    #24867
    Cristian PascualCristian Pascual
    Member
    Member since: April 8, 2015

    Hi, I have a couple of questions regarding the sections,

    Could you tell me the CSS code to make the space between different sections thinner? If you could also tell me how to make a specific section thinner, and at last if you could tell me the CSS code to change de color of the title of one specific section..

    On the other hand, where can I find the different IDs there were on the demo?

    Thank you,

    #24816
    MP EKMP EK
    Member
    Member since: October 21, 2015

    Please have a look on the screenshot. The page shows the category “news”.

    1. The boxes shall be in a different color, white or light grey.
    2. The line break of the post title is resulting in second line being too far from the first, would be nice to have it closer and/or ending title with “…” to show the title is longer
    3. the 3rd box has the post title centered, others have them on the left or centered, how to set it to left or to center for every box?
    4. The thumbnail is overlapped to the right, how to set the image to be aligned with the box (centered)?

    Screenshot

    #24724
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Melanie,

    It is an image. You have to change the color of that image.

    Regards,
    Brad

    #24711
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    h2.entry-title a{color:#ffffff !important;}

    Regards,
    Brad

    #24688
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Christian,

    It is an image. You have to change the color of that image.

    Regards,
    Brad

    #24680
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Josefine,

    1. Kindly change the section ID so that we can adjust it with help of css.

    2. Add this code in custom css box:

    .phone-no a{color:#ffa200 !important;}
    .phone-no a:hover{color:#000 !important;}

    3. Kindly go to Appereance Menu and remove that page from your main menu so that it can’t be appear in header menu.

    Regards,
    Dave

    #24648
    GiannisGiannis
    Member
    Member since: January 25, 2016

    Hi,

    Items in menus or sub-menus appear as if selected (or mouse-overed) even though they are not, if the current page belongs to a link of the main menu.

    For example, visit the ‘Applications’ website and then select the ‘applications’ menu. Notice that all items under applications will appear black – as if selected – and won’t change color when mouse-overed. Compare with the ‘Products” menu that works fine.

    http://www.kustomkolor.gr/applications/

    Is there an easy fix for that?

    Thank you in advance,
    John

    #24487
    Josefine WeyerJosefine Weyer
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: October 30, 2015

    Perfect! Thank you so much!!!

    Now I have three more questions.

    1. Restponsive design smartphone and tablet:
    the picture of me (Section 3) does not fit his size in Responsive design.

    2. footer section 4:
    The color of links (email and website) is gray. It would be great if they were
    orange like the other links.

    3. Page “Impressum”:
    this page is linked in the footer below. I would like to make the page invisible
    in the Header.

    www.josefineweyer.com

    Thank you very much!

    Josefine

    #24421
    TimTim
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: December 15, 2015

    Makes no difference I’m afraid. The visual appearance of the widget is the same, and the CSS examiner tool shows this:

    .widget {
    background: #00ff00 !important;
    background-color: lightblue;
    }

    #24419
    RobertRobert
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 25, 2016

    Hi Dave!

    The site’s not publicly accessible yet. I’ve figured out where to make the changes, but struggle to incorporate some changes in the child theme as they involve changing both functions.php and /inc/custom-functions.php, e.g. removing the code below from custom-functions:
    <div style=”float:left;”>’.get_the_date().'</div>
    <div style=”float:right;color:#cccccc;font-weight:bold;font-size:15px”>  ‘.get_comments_number().'</div><div class=”clear”></div>

    </div>
    </div>’;
    endwhile;

    $postoutput .= ‘<div class=”post-nav”>’;
    $postoutput .= ‘<div class=”prev-page”>’ . get_previous_posts_link( “« Newer Entries” ) . ‘</div>’;
    $postoutput .= ‘<div class=”next-page”>’ . get_next_posts_link( “Older Entries »”, 3 ) . ‘</div>’;
    $postoutput .= ‘</div>’;

    #24402
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Tim,

    Try to use !important property. So it would be as below:

    .widget {
    background: #00ff00 !important;
    background-color: lightblue;
    }

    Let us know if you still having the issue.

    Regards,
    Dave

    #24398
    TimTim
    Member
    Member since: December 15, 2015

    I’m using your skt-full-width-pro theme on CambridgeEnglishResults.com but my custom CSS doesn’t have any effect.

    Just as a test, I’ve added these lines under Appearance —> Theme Options —> Layout Settings —> Custom CSS:

    .widget {
    background: #00ff00;
    background-color: lightblue;
    }

    But this has no effect on the display of widgets on the site.

    Chrome’s dev tools show this:
    https://drive.google.com/file/d/0B3xNAcWy4VXqNlc4R1hhTGg3Zlk/view?usp=sharing

    …i.e. that my CSS appears in (index):71

    .widget {
    background: #00ff00;
    background-color: lightblue;
    }

    but is overridden by this in style.css:

    media=”all”
    .header .widget {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    Surely the custom CSS should override the default CSS in style.css shouldn’t it?

    What’s the solution please?

Viewing 15 results - 2,776 through 2,790 (of 3,301 total)