Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pagefactory Friend
    #191230

    Hi There,

    I want to change the background color in the module “social” , it’s now black and the customer prefers the blue color as on the top.

    regards

    Rob

    Ninja Lead Moderator
    #508466

    Hi Rob,

    You can find and change background color on here

    Open templates/ja_beranis/css/template.css file


    .t3-social a.icon-facebook {
    background-color: #0066b9;
    }
    .t3-social a.icon-facebook:focus,
    .t3-social a.icon-facebook:hover {
    color: #0066b9;
    background: #fff;
    }
    .t3-social a.icon-twitter {
    background-color: #0093c3;
    }
    .t3-social a.icon-twitter:focus,
    .t3-social a.icon-twitter:hover {
    color: #0093c3;
    background: #fff;
    }
    .t3-social a.icon-google-plus {
    background-color: #ec3216;
    }
    .t3-social a.icon-google-plus:focus,
    .t3-social a.icon-google-plus:hover {
    color: #ec3216;
    background: #fff;
    }

    Regards

    pagefactory Friend
    #508481

    thx find it and fixed it

    regards

    Rob

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

This topic contains 3 replies, has 2 voices, and was last updated by  pagefactory 11 years, 1 month ago.

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