Remove Colored Border on thumbprints?

Discussion in 'Photomaker WordPress Theme' started by urbancabin, Jun 6, 2014.

  1. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    I would still like to change the coloured boxes from around the thumbprints in the galleries and make them look like the semi transparent ones on the service page, but I would even settle of making the border smaller as it is pretty distracting at this point.

    Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .content-bar .post .post_content img.postimg {
    border-top: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    Thank you Gourav,

    It didn't work...

    I downloaded a picture of the red border to make sure we are talking about the same thing (it is on the gallery pages
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  5. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    www.urbancabin.com
    I set you up as an admin before just in case Gourav. I emailed the password, but you can email me privately at urban [email protected] for password if necessary. Nitesh set a reply as well, but it does not work either
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .page-content .content-bar .gallery .thumbnail li img {
    border: none!important;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page