Customize Title and Slogan Frontcover

  • Posted in : BookCard WP
  • rooler
    Participant

    Is it possible to customize Title and Slogan on the Frontcover?
    I would like adjust the size and color of the text. Bigger and black in this case.

    rooler
    Participant

    And is it also possible to assign no Cover-style what so ever. Just flat with no effect.

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS.

    – Title font-size: (change 62px)

    .cover h1
    {
    font-size: 62px !important;
    color: black;
    text-shadow: none;
    }
    

    – Slogan font-size: (change 16px)

    .cover h2
    {
    font-size: 16px !important;
    color: black;
    text-shadow: none;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register