• Resolved wpressman

    (@wpressman)


    Hi, i try to change the color of links. It works in preview mode, but not elsewhere. I have tried 3 browsers, deleted cache etc. It is shown or rather not shown in the yellow box on the linked page.

    Any ideas, guys? Many thanx for any help!

    Thats my code:

    .ub-styled-box a
    {
    color: #C2163B;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Farhan Shafi

    (@farhanshafi)

    Hi, I checked your site and everything is working as expect. You just need to add !important. Sometimes other css overwrite our css so we need to add this.

    .ub-styled-box a{
    color: #C2163B !important;
    }

    Or

    .ub-styled-box a, .ub-styled-box li {
    color: #C2163B !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Link style in UB boxes / custom CSS’ is closed to new replies.