Gallery Description Font

Discussion in 'Photomaker WordPress Theme' started by urbancabin, Jun 14, 2015.

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

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    In my Posts I have inserted Standard wordpress Galleries, however, the font is really bold looking. I would like to make it smaller and less bold: can you tell me where to make the change? I have attached a screen shot. Website is urbancabin.com
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a.gall-content {
      font-size: 16px !important;
      font-weight: 500 !important;
    }
    Please change font size and font-weight value according to your requirement.

    Thanks,
    Praveen
     
  3. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    Hi Praveen,

    Didn't work ;( I tried down to 6 pixels to see if it would make a difference and it didn't. I can make you and Admin name and password if you want to check it out. Thanks
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope Doing Good,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there

    Code:
    .page-content .gallery ul li a.gall-content {
      font-size: 16px !important;
      font-weight: 500 !important;
    }
    Let me know.
     
  5. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    Perfect... Much Better, thank you...
     
Thread Status:
Not open for further replies.

Share This Page