• Resolved masmaz

    (@masmaz)


    hi all,

    in the bwg_frontend.css file I can not change the font color for bwg_image_title and bwg_image_description.
    To put it in the center of the photo and on the page I have created the text-align: center command on appearance / personalize / add css.

    .bwg_image_info,
    .bwg_image_rate,
    .bwg_image_hit {
       display: inline-block;
       position: relative;
       text-decoration: none;
       word-wrap: break-word;
       z-index: 11;
       text-align: center;

    but if I add these two strings the color and the font do not change:

    `.bwg_image_info,
    .bwg_image_rate,
    .bwg_image_hit {
       display: inline-block;
       position: relative;
       text-decoration: none;
       word-wrap: break-word;
       z-index: 11;
       text-align: center;
    font-family: Arial;
    color: # 000000;’

    How can I solve the problem??
    thank you
    max

Viewing 1 replies (of 1 total)
  • Thread Starter masmaz

    (@masmaz)

    i resolved

    I removed the additional css because it is not needed

    to make these changes just go to themes / light or dark, from here you can change many parameters

    regards
    max

Viewing 1 replies (of 1 total)
  • The topic ‘title color and image description’ is closed to new replies.