Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #748089

    Hi

    Hi

    I am in the middle of designing my new website with this wonderful theme, almost done just coming into a few little issues im trying to clear up…

    if you click on this link, it my company profile, as my theme is black and white.. when you view this page on a computer its perfect. when you view it on a mobile phone all the writing is on top of the pictures and its dark so cant read it. Is there a piece of code i can put in to make all the writing white when viewed on a mobile only?

    Thanks

    Stephen

    #748677

    anyone?? please

    #750094

    Hi,

    at first you need to do this: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    Then you can provide a unique css class to your text element. Let’s say you use “text” ass your css class. Then add this code into Quick CSS field:

    @media screen only and (max-width: 767) {
    .text p {
    color: white;
    }}

    Best regards,
    Andy

    #750221

    Hi Andy

    ive tried doing this and just cant seem to. Is there anyway I can give you a log in for you to do it?
    if so how do i give you the details

    thanks
    Stephen

    #751457

    Hi,

    post admin login here as private reply.

    Best regards,
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.