Problem With Gallery, Mobile Site, Text Colour

Discussion in 'Woodpecker WordPress Business Theme' started by newcoatr, Jul 14, 2014.

  1. newcoatr

    newcoatr New Member

    Joined:
    Jul 9, 2014
    Messages:
    7
    Likes Received:
    0
    Hello,

    I'm in the process of building my website (first timer), and trawling through the Woodpecker forum, I've implemented some of the supplied codes into the custom CSS styling options to change colours here and there. I also went into the wordpress Appearance>Edit to change some of the colour codes and although this has worked most of the time, I'm not sure if this was a good idea because I believe when wordpress is updated I will lose these changes but I took screenshots showing the code before I changed it so if need be I can restore it back to original. My site address is:

    www.newcoatresurfacing.com.au

    In any case, as my page background colour is black, what I want to rectify is:

    1. Make text colour throughout the site white and page/post headings to be teal-green to match the menu bar. Right now when I add new text it's grey and doesn't show well on the black background. Of the existing text colour on my site so far I've changed the colour except the small homepage business tagline text which is stuck on grey - nothing seems to make that white. I wan't these colours to remain locked in no matter what future software updates occur.

    2. My site has glitches on my iPhone & iPad. The text I have on my slider pictures does not show at all on my iPhone but it does on my iPad & desktop.

    3. Gallery pictures have issues. The full page loads but when you click on an individual image, there are problems. On my desktop they load slow and when clicking a picture on my iPhone & iPad, an error message pops up which says: 'Image cannot be loaded. Make sure the path is correct and image exist'.

    Thanking you in advance,
    John
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello John,

    Sorry for the delay.

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p {
    color: white!important;
    }
    div.feature-page-wt-thumb-container.gallery h1 a, .post-heading h1 {
    color: teal!important;
    }
    
    2) We have disabled caption text from iPhone to make slider image visible clearly. Enabling it will hide slider and harm site looks.

    3) This is because you are using too big images for gallery. First image is ok but second and third are of 1.4mb. Which is not good from loading point of view.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page