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
Hello,
I lnow how to find page Id, but how to implement it is these 2 codes?
Thanks in advance
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