• Resolved cristinalynne

    (@cristinalynne)


    I’ve been going through my style.css trying to find the coding for the category links, but it seems that every time I try to change the color, it doesn’t work. Can you please point me in the right direction of which coding I should use? Thank you again. I really have appreciated all the help I’ve received from this Support forum ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi cristinalynne. Can you post a link to your site? And describe the location of the links you’re trying to change, and what you’ve tried so far that hasn’t worked? Thanks.

    Thread Starter cristinalynne

    (@cristinalynne)

    https://www.truthblip.org is the website,and the links are all of the Category links within the sidebars and main content page that are currently teal/green colored. I searched the support pages for a solution, but can’t seem to find one. I’ve been able to find the coding to change the date font after the category links, I believe from the .alx widget coding in style.css, and I’ve also tried altering the .meta .category code to no avail. Sorry I can’t provide the actual specific codes I’ve used, but I basically did a search within the style.css theme file using the word “category”, and changed what I could find using my Custom CSS plugin, and using the !important rule. I can’t paste the coding because I’m currently not near a computer and writing with my phone. Thank you

    Try the following css:

    /* set post category red in sidebar widgets */
    .alx-tab .tab-item-category a {
      color: #f00 !important;
    }
    
    /* set post category red in content area */
    .content .post-category a {
      color: #f00;
    }
    Thread Starter cristinalynne

    (@cristinalynne)

    Man, as much as I research about this and the hours I slave away at it, you always seem to help me in such a short amount of time. You are awesome, seriously. Thank you so much for everything. SERIOUSLY. Btw, it worked, as usual ??

    bddrown as I can give, different styles in the primary and secondary sidebar for page or post?

    @shantijj – you’ve already posted your question in a separate thread. Double posting doesn’t mean someone will respond to it twice as fast. Besides that, this thread is two months old and already marked as Resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Category link colors in sidebars and main content.’ is closed to new replies.