Forums

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

Home Forums CSS wordpress problem (not sure why texts aren't appearing)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185306
    Bones_Jones
    Participant

    hi guys,

    link
    http://goo.gl/GAjvEN

    i’m not sure what i did to hide the texts(title, location, body copy), but they are gone! i’m staring at my css and tried inspect element, but just not sure why this is happening.

    please help! thx in advance!

    #185307
    Paulie_D
    Member
    
    div.single-portfolio .port-content-wrapper {
    /* overflow: hidden; */
    }
    

    When I turn this off….bingo!

    #185336
    Paulie_D
    Member

    Not sure you really want that…what would be the point?

    
    .slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; /* here? */
    }
    

    ….but I’m not sure turning this off will do what you think it will.

    It’s a quite involved slider you have there I wouldn’t go tinkering with it if you’re not sure what the effect would be.

    #185388
    Paulie_D
    Member

    It’s a quite involved slider you have there I wouldn’t go tinkering with it if you’re not sure what the effect would be.

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