• Resolved mandrewben

    (@mandrewben)


    Is it possible to change the colour of the the Categories Switch font in Portfolio, to white for example?. If so, how?
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Thank you for using Maskitto theme.

    You can try to paste this CSS snippet under Maskitto Light Options > CSS Code.

    .portfolio-categories-container .portfolio-categories li.active a {
        background-color: #DEDEDE!important;
    }
    .portfolio-categories-container .portfolio-categories li.active:hover a {
        background-color: #DEDEDE!important;
    }

    Best regards,
    Shufflehound

    Thread Starter mandrewben

    (@mandrewben)

    Thanks for the reply, and the truly great theme.

    The solution you provided changes the highlight colour of the category currently selected. What I’d like to do is change the font colour of each category name, whether selected or not, ideally to white or slightly off-white. I’d like to leave the highlight colour red, as is.
    https://www.markbendit.com

    Thanks.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Maybe you need something like this:

    .portfolio-categories-container .portfolio-categories li a {
        color: #fff!important;
    }

    Thread Starter mandrewben

    (@mandrewben)

    Thanks, however that changed only the word Portfolio to white, not the Category names.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Looks like this issue is fixed?
    Because we can see white category names.

    Thread Starter mandrewben

    (@mandrewben)

    Yes, it did work in the end. Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Portfolio Categories Switch font colour – change’ is closed to new replies.