• 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

Add "transparent" drop-in option for Background color in Categories

Scheduled Pinned Locked Moved General Discussion
4 Posts 3 Posters 634 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.
  • Betro HakalaB Offline
    Betro HakalaB Offline
    Betro Hakala
    wrote on last edited by
    #1

    In /admin/manage/categories/1 user can only choose between colors. If a drop-in option is too much of a work, there could be radio button called "Transparent" next to text "Background Color".

    I can't express myself enough how frustrating it is trying to adjust the theme whilst Javascript is forcing layout via hardcoding it to the source.

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by
    #2

    The background color of the theme icon? You can set them all to transparent pretty easily with an !important

    Betro HakalaB 1 Reply Last reply
    0
  • Betro HakalaB Offline
    Betro HakalaB Offline
    Betro Hakala
    replied to PitaJ on last edited by Betro Hakala
    #3

    @pitaj
    Not the icon, but the category header background.

    Vanilla theme:

    code_text
    <div id="category-1" class="category-header category-header-image-cover" title="" style="
    							
    							background-color: #080382;
    						" data-original-title="Announcements regarding our community">```
    
    
    Using i.e. this does nothing:
    .category-header .category-header-image-cover {
        background-color: transparent !important;
        }
    dunlixD 1 Reply Last reply
    0
  • dunlixD Offline
    dunlixD Offline
    dunlix GNU/Linux Gamers
    replied to Betro Hakala on last edited by
    #4

    @betro-hakala I don't even know what you want to be transparent. Also, if you are using Vanilla theme (not Persona) then the theme's options won't be in NodeBB Category options, those are completely different.
    Could you send a screenshot of what you want transparent? That would help us help you.

    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