Home Forums Basel support forum Additional Information tab font, font size and font weight change

Additional Information tab font, font size and font weight change

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

    nordlifeelina
    Participant

    Hi,

    On the single product page, we have a tab that I think used to be called “Additional Information”. We have changed it to a different title some time ago but now we would also like to change the font size and weight, can you please point me in the direction of the files where I can do that?

    Code would help too.

    Thanks,

    Elina

    #7284

    Artem Temos
    Keymaster

    Hello,

    Do you mean to change the title of Meet the Designer tab font? Could you please provide a screenshot so we could send you a Custom CSS for this?

    Thank you

    #7353

    nordlifeelina
    Participant

    Yes, the “meet the designer” – I’d like to change the font, weight and size.

    #7369

    Artem Temos
    Keymaster

    Here is a code snippet for this purpose

    .single-product-content .tabs li a {
    	font-size: 38px;
    	color: #ff9898!important;
      	font-weight: 200!important;
    	cursor:default;
    }
    .single-product-content .tabs li {
      	border-bottom:1px solid #ff9898!important;
    }

    Regards

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