Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • moody Friend
    #1026497

    instead of define class in custom.css, is there any other easier way to change colour?

    how to change the colour of search icon and its text field border colour ?

    how to change colour of the fa fa map maker in breadcrumb ?

    pavit Moderator
    #1026505

    instead of define class in custom.css, is there any other easier way to change colour?

    custom.css file is the best option, otherwise you will need to apply new customizations each time you will update your template version.

    how to change the colour of search icon

    Add to your custom.css this

    .fa-search:before {
    color:#yourcolor;
    }

    and its text field border colour ?

    add to custom.css file

    .nav-search .dropdown-menu .t3-module .search input {
    border-color:#yourcolor!important;
    }
    

    how to change colour of the fa fa map maker in breadcrumb ?

    add to your custom.css file this line of code

    .fa-map-marker:before {
    color:#yourcolor;
    }
    moody Friend
    #1026592

    thanks a lot!

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

This topic contains 2 replies, has 2 voices, and was last updated by  moody 7 years, 7 months ago.

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