Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #379350

    Hello guys,

    i would like to style the title tag in the mansory gallery if i mouse over a picture.
    Please check at my website.
    http://www.vertikahl.com/arbeiten/

    As you can see i have 2 different styled text lines. First line: Name of the Project
    Second line: Client name

    On mouseover the title tag suddenly appears. I would like to delete the html stuff because it looks not very nice.

    Can you help me?

    Best regards
    vertikahl

    #379743

    Hi vertikahl!

    I’m not sure what you mean by “delete the html stuff”. Are you trying to hide the title?

    I found this in your custom CSS so it looks like you already figured out how to style it.

    .av-masonry-entry-title.entry-title {
        font-size: 18px !important;
    }
    .av-masonry-entry-title.entry-title {
        color: #ffffff;
        font-family: "ViaSans";
        font-size: 20px;
    }

    Cheers!
    Elliott

    #380013

    Problem is solved! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Styling the title tag’ is closed to new replies.