• Hi there!

    I would like to know if there’s a way to change the color of the Wiki’s listed in the sidebar menu. I would like to give them a color so you can easily see what the main Wiki’s are and what the sub-wiki’s are. However, I see that the Wiki’s don’t have a custom class, so I can’t use CSS.

    Is there a way to do this? You would make my day ??

    https://www.ads-software.com/plugins/wordpress-wiki-plugin/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there nextstate123,

    How are you doing today?

    Would you mind posting link to your site where I can see this so I can try to see if there is anything we can do to target those main wikis with CSS ??

    Cheers,
    Bojan

    Thread Starter nextstate123

    (@nextstate123)

    Hi Bojan,

    Can you give me your email address? The website is private and protected with a password. I’d like to email you the password so you can take a look.

    Thanks!

    Hey again nextstate123,

    Please note that we’re not allowed to ask for admin access on your site, you can read more about forum guidelines here.

    In case this is just authentication so I can see the site then you can contact us through our contact form https://premium.wpmudev.org/contact/ using this template:

    Subject: “Attn: Bojan”
    -authentication password
    -link back to this thread for reference
    -any other relevant urls

    Select “I have a different question” for your topic – this and the subject line ensure that it gets assigned to me ??

    Best regards,
    Bojan

    Thread Starter nextstate123

    (@nextstate123)

    Alright I have sent it to you using the contact form. Thanks!

    Hey again nextstate123,

    Thanks for the email and the authentication code, I’ve checked your site and we should be able to target those links by using direct child in the selector.

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .widget_incsub_wiki > ul > li > a {
        color: #eedb73;
    }

    This should target only top level Wiki links, please see screenshot https://screencast.com/t/3NJU45sKL.

    You’ll have to replace color hex value to display another color,
    You can use sites similar to this one to get hex value for the color of your choice: https://www.color-hex.com/

    Hope this helps ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change color of Wiki's in sidebar menu’ is closed to new replies.