Welcome, Guest
Username: Password: Remember me
JO Responsive Video Gallery YouTube and Vimeo

TOPIC: Controlling CSS that's not in the settings

Controlling CSS that's not in the settings 6 years 2 months ago #6373

How should we override this CSS?

a.youmax-user-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #e34429;
    color: #fff;
    padding-right: 14px;
    float: right;
    box-shadow: inset 0 1px 0 rgba(240,137,137,.49), 0 1px 3px rgba(7,7,7,.31);
    border-radius: 3px;
    overflow: hidden;
    height: 40px;
}
The administrator has disabled public write access.

Controlling CSS that's not in the settings 6 years 2 months ago #6374

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Chuck Scroggs
You can add value "!important" for the the code css you want change
Ex:
a.youmax-user-link {
padding-right: 0px!important;
float: left!important;

}
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.042 seconds