• Resolved brittsi

    (@brittsi)


    Hi, I am using your plugIn „tabs Responsive“ (freem version) and I wonder how I can make the tab title in bold writing. Also I want to have rounded edges (20px) for the tab title. Hope you can help me. BR Britta

Viewing 3 replies - 1 through 3 (of 3 total)
  • lokeshkalosiya

    (@lokeshkalosiya)

    Hi @brittsi,

    Please apply the below CSS code in our plugin custom CSS

    #tab_container_1839 .wpsm_nav-tabs > li.active > a{
       border-radius:20px !important;
       font-weight:bold !important;
    }
    
    #tab_container_1839 .wpsm_nav-tabs > li > a{
      border-radius:20px !important;
      font-weight:bold !important;
    }

    _1839 is tab id you can change it according to your tab id

    Thank you

    Thread Starter brittsi

    (@brittsi)

    Hi, great that works well. Thanks a lot! But I also want to have the tab description container rounded. What is the CSS for that? BR

    lokeshkalosiya

    (@lokeshkalosiya)

    Hi @brittsi,

    Glad that your issue has been resolved. You can apply border-radius in description container related class with custom css . If you like our plugin please rate.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tab Title bold & rounded edges’ is closed to new replies.