Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #450338

    Can you provide css code to:

    1) Resize the text in the body content (not the tab) of the tab element.

    2) Change just the hover color on the tab text (tab itself, not body content).

    Many thanks as always!

    Derek

    #450694

    Hey Derek!

    1. Try this out.

    .tab_content p {
      font-size: 15px;
    }

    2. Try this.

    .tab:hover {
      color: red !important;
    }

    Regards,
    Elliott

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