Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #643479

    Hello,

    Do we have to put # in a grod row id section ?
    I’m trying to improve my h2 title on mobile but I can’t by reducing the font-size.
    Can you help?
    Tx,
    Marine

    #643793

    Hi Marine,

    I’m not sure what you mean by that, could you try to explain a bit further please?

    Best regards,
    Rikard

    #643919

    On this page, I have a grid row with one cell and a text block and inside a h2 (COMERSO présente la seule solution clef en main et sécurisée
    qui valorise vos invendus en conformité avec la législation en vigueur.)
    I want to give a different style to this h2 compared to the other h2 of the site.
    For the moment I’ve put <h2 style=”text-align: center; text-transform: none; font-size: 32px;”> directly in the text block
    But it’s not relevant I’d like to put this style in css (to be able to reduce the font size on mobile). I’ve seen that in the grid row, we can add a ID section. I’ve put “ent-asso” and I also tried “#ent-asso”, which one should I enter in the grid row id section.
    And then, how can I change the h2 style properly? I’ve tried several things but I don’tmanage to do it.
    #ent-asso h2 { }
    #ent-asso #top #wrap_all .main_color h2 { }

    Hope it’s clearer, tx !!

    #644330

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #ent-asso h2{
    	font-size:20px!important;
    }
    

    Best regards,
    Vinay

    #644664

    Perfect tx !

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘id in a grid row’ is closed to new replies.