Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • fabridelo Friend
    #206063

    Hello

    I’m no expert in .css
    is possible to change the color of the button that is on the slideshow. “learn more”.? (i want change in red)
    I’m making my new site with Uber and I am using the demo university.

    Thanks

    Best Regards

    unvacancier Friend
    #569347

    Try this :

    in your custom.css file add this code and change the color you need. it works for all button so use the right css class.

    .btn-primary {
    color: #FFF!important;
    background-color: #E66A24!important;
    border-color: #823224!important;
    }
    .btn-primary:hover{
    color: #FFF!important;
    background-color: #483D8B!important;
    border-color: #823224!important;
    }
    .btn-primary:focus{
    color: #FFF!important;
    background-color: #483D8B!important;
    border-color: #823224!important;
    }

    fabridelo Friend
    #569387

    Hello

    excuse me, where is the position of file custom.css ?

    Thanks

    fabridelo Friend
    #734476

    Hello

    excuse me, where is the position of file custom.css ?

    Thanks

    unvacancier Friend
    #569388

    it’s a file you must create in your templates css folder

    /tempates/uber/css/custom.css

    unvacancier Friend
    #734477

    it’s a file you must create in your templates css folder

    /tempates/uber/css/custom.css

    fabridelo Friend
    #569393

    thank you

    work perfect

    fabridelo Friend
    #734482

    thank you

    work perfect

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  fabridelo 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum