• Resolved MaggietheMoose

    (@maggiethemoose)


    Hi all

    Don’t know if I’ve just been looking at this too long, but my CSS is confusing me. I need to change the menu text’s colour, but can’t find the current colour code (#C3A456) anywhere in the CSS. I’ve even looked at the php files, even though I know it’s just wasting time. Any ideas?

    The site’s at: http://cpmh.org.za/wmhd

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Kindly check here in style <> tag. http://prntscr.com/cf6ig4

    You can change here your color code

    Regards,
    Madvin

    Thread Starter MaggietheMoose

    (@maggiethemoose)

    Thanks, madvin08, but I’m not quite following. I’ve also inspected the site using Chrome, but can’t find the actual line of code with the colour in my CSS or php files and any overriding CSS I’ve tried doesn’t work at all.

    I should have specified that I need the HOVER colour to change and not the standard text though. Any thoughts?

    It is in your Home page. Don’t search it in CSS file.

    Check here:

    <style type=’text/css’>img#wpstats{display:none}</style>
    <style>
    .tag-links {display: none!important}.post-signature {display: none!important}.site-title, .site-title a, .site-title a:hover {color:#373636; font-family:Tinos, serif; font-weight:normal; font-size:64px; }
    .description, .description h2 {color:#373636; font-family:Roboto, sans-serif; font-weight:normal; font-size:16px; }
    .site-navigation a,.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a {color:#4f4f4f; font-family:Roboto, sans-serif; font-weight:normal; font-size:14px; }
    .primary-navigation li:hover > a, .primary-navigation li.focus > a, .site-navigation a:hover, .primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {color:#c3a453} entry-title a, .entry-title, .entry-title a:hover {color:#373636; font-family:Tinos, serif; font-weight:bold; font-size:32px; }
    span.entry-date, span.entry-date a, #relatedposts span {color:#aaaaaa; font-family:Roboto, sans-serif; font-weight:normal; font-size:12px; }
    .entry-meta a, .site-content .entry-meta, .entry-meta, .entry-meta a .entry-content a {color:#373636; font-family:Roboto, sans-serif; font-weight:normal; font-size:12px; }
    body, .entry-content, .entry-content p, .entry-summary p, .comment-content p, del, .entry-content em, .entry-content b, .entry-content strong, .entry-content blockquote, .content-sidebar .widget blockquote, .entry-content li, .entry-content span, .entry-content div, #relatedposts h2 a {color:#505050; font-family:Roboto, sans-serif; font-weight:normal; font-size:13px; }
    .entry-content .signature, .signature {color:#7ec7bd; font-family:Tinos, serif; font-weight:normal; font-size:18px; }
    a, .site-info a, a:active, .post-navigation a, .paging-navigation .page-numbers.current {color:#c3a453}a:hover, .site-info a:hover, .post-navigation a:hover, .paging-navigation a:hover {color:#4f4f4f}.comment-reply-title, .comments-title, #relatedposts h3, .primary-sidebar .widget .widget-title, .widget-title, .widget-title a, .footer-sidebar .widget h1, .footer-sidebar .widget .widget-title, .content-sidebar .widget .widget-title, .widget h4 {color:#373636; font-family:Roboto, sans-serif; font-weight:normal; font-size:16px; }
    .tagcloud a, .widget-area .widget .textwidget, .widget-area .widget p, .content-sidebar .widget_calendar caption {color:#505050; font-family:Roboto, sans-serif; font-weight:normal; font-size:13px; }
    .widget_calendar tbody a, .widget a, .content-sidebar .widget a, .widget-area .widget li, .widget-area .widget a, .widget.nudgemediadesign_recent_posts li .latest-item .latest-item-text h4 a {color:#c3a453; font-family:Roboto, sans-serif; font-weight:normal; font-size:13px; }
    .widget a:hover, .widget-area .widget a:hover, .widget a:hover, .widget_calendar tbody a:hover, .content-sidebar .widget a:hover {color:#4f4f4f}.site-info {color:#4f4f4f; font-family:Roboto, sans-serif; font-weight:normal; font-size:12px; }
    </style>
    <style type=”text/css” id=”vinelace-header-css”>

    Thread Starter MaggietheMoose

    (@maggiethemoose)

    OK, thanks, but how do I go about changing it?

    Thread Starter MaggietheMoose

    (@maggiethemoose)

    Nevermind! I’m being silly! Figured it out now. Thanks madvin08!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Can’t find colour in CSS’ is closed to new replies.