Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Hover, vertical text-styling, custom fields

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #248456
    flavoni
    Participant

    Hiya all..!

    Im wondering how to achieve changes to a hovereffect on my site (link below):
    http://flvunge.mystagingwebsite.com/?ct_portfolio=drawings

    Also interested if thereĀ“ a way to break the vertical styling on the text next to thumbs?

    Trying also to add meta custom fields like Year and Where beneath the title within a project. (when clicked on a thumb)

    Been trying to change this for some time now without any real success.

    /KIKO

    #248482
    Atelierbram
    Participant

    If I’m not mistaken: .shuffle-layout .portfolio-item .featured-image a:after for the hover effect.

    interested if thereĀ“ a way to break the vertical styling on the text next to thumbs?

    In your stylesheet within the media-query of (min-width: 1025px) is this declaration-block:

    .shuffle-layout .entry-meta {
        /* stuff */
        }
    

    Tweak/remove the rules on transform, e.o..

    Again, have you tried using browser’s build in (Chrome) DevTools?

    Trying also to add meta custom fields like Year and Where beneath the title within a project. (when clicked on a thumb)

    Maybe try to explain this in more detail for another thread.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.