Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1262627

    Hello,

    1) I found a code to style tab section. But please tell me how to do that just for one specific page

    /* CSS – Tab font slyles */
    .av-inner-tab-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5em;
    line-height: 24px;
    }

    2) I found a code to style notification element. But please tell me how to do that just for one specific page

    div .avia_message_box .avia_message_box_title { font-size: 15px; }
    .avia_message_box_content {
    font-size: 18px;
    text-transform: none;
    margin: 15px -10px -20px !important;
    }

    Thanks in advance

    #1262768

    Hey ivancg,

    You need to check for the page id class that is added to the body.
    Image 2020-11-24 at 18.43.50.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1262789

    Hello,

    I lnow how to find page Id, but how to implement it is these 2 codes?

    Thanks in advance

    #1262861

    Hi ivancg,

    It should be something like this:

    
    /* CSS – Tab font slyles */
    #top.pade-id-xxx .av-inner-tab-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5em;
    line-height: 24px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.