Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • librandi Friend
    #968251

    hi,
    I can’t find the css of title of this nodule http://www.keebboo.com/it/la-puglia/il-salento.html
    tks


    1. Cattura-3
    Pankaj Sharma Moderator
    #968326

    Hi
    You can apply the style on parent class : .moduletable .section-lightest {color:red;}
    Like this : http://prntscr.com/ci5e3h

    librandi Friend
    #968391

    where I must write this code? in css custom?

    Pankaj Sharma Moderator
    #968395

    It will apply on all three blocks :

     #section-139 .moduletable .section-lightest {color:red;}
    librandi Friend
    #968404

    but in this way I change it only in this module but I have a lot module and I cant write this code for all, there is another system?

    Pankaj Sharma Moderator
    #968409

    Hi
    you can use this code

    .moduletable .section-lightest {color:red;}

    for the same type of modules , also you can use inspect element by browser and see the classes , then add classes in custom.css file like in the example above .

    librandi Friend
    #968412

    I add this code + !important in css custom but it does’t work


    1. Cattura-4
    Pankaj Sharma Moderator
    #968415

    Hi remove the space between classes

     .moduletable.section-lightest {color:red!important;}
    

    Here : http://prntscr.com/ci7ie7

    librandi Friend
    #968442

    thank you I insert thew text align on the left but it doesn’t accept this code
    font-size: 16px !important;

    Pankaj Sharma Moderator
    #968447

    Its based on H3 so u need to apply it on H3 for font

    .moduletable.section-lightest > h3{
     font-size: 16px !important;
      text-align:left!important;
    }
    librandi Friend
    #968458

    fantastic, thank you very much

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

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

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