• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Can't find setting for Section Text Color

Scheduled Pinned Locked Moved Technical Support
4 Posts 2 Posters 325 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dcook
    wrote on last edited by dcook
    #1

    Hello, I have several sections, and the text color seems to default to Black and I can not find the setting to change it anywhere.

    For example:
    07fb6d69-cd82-4b4d-abb3-cfb1f0ca0da0-image.png

    I want to change it to blue to match the non section category: Firearm Rights Action Centre

    Can someone tell me where this setting is? When I Edit it I only see background color, and the text color option listed is for inside the icon, not the actual text of the category:
    03bc2a03-8f55-4ab8-ad9b-3fb6a8edb8ef-image.png

    Duane

    1 Reply Last reply
    0
  • jtsimoesJ Offline
    jtsimoesJ Offline
    jtsimoes GNU/Linux
    wrote on last edited by jtsimoes
    #2

    @dcook That's because there is no setting for that...

    But you can customize it adding this rule to your custom CSS:

    .categories li div .title a{
        color: blue;
    }
    
    D 1 Reply Last reply
    0
  • D Offline
    D Offline
    dcook
    replied to jtsimoes on last edited by
    #3

    @jtsimoes Hi, I added that code to the custom CSS section, and did a rebuild, however there was no change to the category section text color.

    Any other ideas on how to change this color? How come some of the color settings are in the menu and some are not?
    Would it not make sense to have all the color settings in the same place?

    1 Reply Last reply
    0
  • jtsimoesJ Offline
    jtsimoesJ Offline
    jtsimoes GNU/Linux
    wrote on last edited by jtsimoes
    #4

    @dcook The color you want to change is not property of the categories, but rather the property of the theme. Black is the theme color for section categories (non-clickable link) and blue is the theme color for non-section/normal categories (clickable link).
    That's why there is no option to customize it on categories management.

    Try this:

    .title{
        color: blue;
    }
    
    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development