• I am trying to get a photo website up and running using WordPress and a theme called iQ2 1.2.3 If you type https://www.vickiandme.com into your browser. You will see a screen with a photo displayed in it. After clicking on the photo which starts the display process going, everything seems to be running ok except for text that is displayed (in white), on the screen. Could someone please tell me how I can prevent the text from being displayed after the initial loading of the website?

Viewing 1 replies (of 1 total)
  • I think what you want is to insert ‘display: none; near line 177 in style.css, like this:

    #photoInfoBox {
    display:none;
    float:left;
    margin-bottom:0;
    padding:0 30px;
    width:452px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘unwanted text displayed on page’ is closed to new replies.