Remove Red Borders so I can caption images

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

Thread Status:
Not open for further replies.
  1. urbancabin

    urbancabin Member

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

    I thought I should start a new thread just in case.

    Our website is urbancabin.com. As per previous threads I created galleries on my blog pages, and when I filled in the caption information, then end result was a red border around the thumbprints and a caption that is centered in that border, and is not legible as a result, so I removed the captions. (Please refer to pictures sent previously)

    All I want to do is remove the red border that surrounds the gallery pictures: this should solve all of my problems, and allow me to re-enter the captions.

    To view the red borders: got to urbancabin.com and select any of our 'galleries' (on the right hand menu) and you will see the 'red' border that I am referring to. If I were to caption the images as per all wordpress themes, the words will appear centred in that border, so I really need to remove the border all together.

    Please note that I am not referring to the gallery function: I am not using that function as it does not work for my purposes.

    Again, please note that for now I have removed all of the captions on the site, but I would like the ability to put them back, and in order to do that I need to remove the red borders...

    Thank you,

    Rhonda

    I have again uploaded the picture I sent so that it is at your fingertips
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Rhonda,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-content .content-bar .gallery .thumbnail li img {
    border: none;
    } 
    This will solve your issue.
     
  3. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    YEH!!!!!!! Thank you...
     
Thread Status:
Not open for further replies.

Share This Page