• Resolved bardamu75

    (@bardamu75)


    Hi,

    I am trying to center and change font size of caption title and description withtout success.
    I am using a simple portfolio type galery and I tried to use information you sent recently in a support thread, but it id didn’t work .foogallery-caption-title {} and .foogallery-caption-desc {}

    .foogallery-caption-title {
    font-size: 35px !important;
    text-align:center;
    }
    .foogallery-caption-desc {
    font-size: 20px !important;
    text-align:center;
    }
    thks,
    bardamu

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

    (@bardamu75)

    Hi,
    You can ignore my request. Fixed.
    I used with success:
    /* center title galery */
    .foogallery-simple_portfolio .bf-caption > h4 {
    text-align:center;
    }
    /* center and change text size */
    .foogallery-simple_portfolio .bf-caption > p {
    text-align:center;
    font-size: 1.4em;
    }

Viewing 1 replies (of 1 total)

The topic ‘Cannot change caption title and description’ is closed to new replies.