Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1199714

    Hi,

    I want to change the text color of an active link in a widget. I have used shortcodes to insert an accordion tab into the widget, to make a sidebar menu, but I would like to highlight the active link by changing the color – would this be possible?

    Thanks in advance!

    Best regards,
    Susanne

    #1200000

    Hey Susanne,

    Please post a link to where we can see the element in question so that we can have a closer look.

    Best regards,
    Rikard

    #1200174
    This reply has been marked as private.
    #1200404

    Hi,

    Thanks for that. I get redirected to a login screen though, please provide details in private if we need to login in order to view the page you linked to.

    Best regards,
    Rikard

    #1200405

    The login details are also in the message where I provided the link :)

    Best regards,
    Susanne

    #1200724

    Hi Susanne,

    Sorry about that. Please try the following in Quick CSS under Enfold->General Styling:

    .sidebar p.activeTitle {
      color: green;
    }

    Best regards,
    Rikard

    #1201153

    Hi Rikard,

    Thanks, but that unfortunately did not work

    Best regards,
    Susanne

    #1201461

    Hi,

    I see the CSS applying on my end, please clear your browser cache and reload the page.

    Best regards,
    Rikard

    #1201497

    I have tried to clear cache, and also tested it in Chrome, Firefox and Explore, but it does not work on my end.

    Best regards,
    Susanne

    #1201756

    Hi,

    Ok, we can’t help with local problems unfortunately. The CSS is still applying on my end: https://imgur.com/a/SNQFXRB

    Best regards,
    Rikard

    #1201827
    This reply has been marked as private.
    #1202138

    Hi,

    Thanks for the update. Please try this CSS instead:

    .sidebar p.activeTitle, .sidebar p.activeTitle p a {
      color: green;
    }

    Best regards,
    Rikard

    #1203473

    Hi Rikard,

    The code did not work. I tried to add “!important” and open the site in incognito, just to be sure.

    Best regards,
    Susanne

    #1203654

    Hi Telmore,

    Best regards,
    Victoria

    #1203877

    Hi Victoria

    Would it work if I gave the links a class? Or is what I want simply not possible?

    Best regards,
    Susanne

    #1204014

    Hi Susanne,

    That will require additional JavaScript or changing php files which is kind of out of the support that we provide here.

    Best regards,
    Victoria

    #1204288

    Okay, thanks for the help

    Best regards,
    Susanne

    #1204677

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.