Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • lg21 Friend
    #836243

    I configured the module vikrentcar list as I insert the background color # f1f1f1 the form of lists of the machines?
    if I insert it through module, the color changes because it conflicts with this code

    .t3-section.t3-section-bg:before {
    display: none9;
    content: "";
    background: #079aee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    }

    How do you solve?

    Pankaj Sharma Moderator
    #837845

    Hi
    kindly use custom.css file to override the style .
    create custom.css file in /templates/your JA template/css/custom.css file
    if not work kindly post your site url here .

    lg21 Friend
    #838184

    how do you send a private message?

    Pankaj Sharma Moderator
    #838188

    Hi
    You can edit your first post and put details in it or sent reply and Mark its as Private reply (Set as private reply)

    lg21 Friend
    #838190
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #838611

    Hi
    Use this code in custom.css

    .t3-section.t3-section-bg:before {
    display: none9;
    content: "";
    background: #079aee!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8!important;
    filter: alpha(opacity=80);
    }

    Add !important with code to override it.

    lg21 Friend
    #839037
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #839131

    For a different topic , please opena separate Thread , it will help other users to found same solution .

    lg21 Friend
    #839318
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #839589

    Desr Sir the code u sent in post s for the bg color . U can provide a sreenshohot And illustrate the issue in it . It will help me to know how exactly u want changes .
    Also do not set all reply as private . Private reply is only for confidential info like admin details

    lg21 Friend
    #840748

    change the background only in this form with this hex color

    f8f8f8


    1. servic
    Pankaj Sharma Moderator
    #840816

    Hi in this case u need to bg color only for this module .
    add this code in custom.css

    #Mod154   {  background: #f8f8f8; }
    lg21 Friend
    #841090

    THANK PERFECT NOW WORKS

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

This topic contains 12 replies, has 2 voices, and was last updated by  lg21 8 years, 10 months ago.

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