New Landing How can we help? Themeforest Theme Support Pinpoint How to make idividual background color in content boxes

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Pinpoint
  • #1001
    dmathiasen
    Member
    Post count: 27

    There is a field to make specific css changes in ex. the content box. Can someone help me make a new class for changing the background color in the content box?

    #1055
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    This is for you to add an extra class, and then you can add custom css in Pinpoint Options > General Options > Custom CSS.

    For example:

    .wpb_box_text.red-text {
    background: red;
    color: #fff;
    }

    Where “red-text” is the extra class.

    – Ed

    #1144
    dmathiasen
    Member
    Post count: 27

    Hello

    Thanks for your reply.

    I added  your example to the custom CSS.

    And added: .wpb_box_text.red-text for the extra class name in a text block.

    But nothing happens?

    http://hovedstadens-vvs.dk/tesst/

    #1246
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You only need to add “red-text” (no quotes)

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1314
    dmathiasen
    Member
    Post count: 27

    Hmm it does not work.

    #1329
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sorry, the css should actually have been –

    .wpb_box_text.red-text .box-content-wrap {
    background: red!important;
    color: #fff!important;
    }

    – Ed

    #1332
    dmathiasen
    Member
    Post count: 27

    Works like a charm now 🙂

     

Viewing 7 posts - 1 through 7 (of 7 total)

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

License required for one of the following items
Login and Registration Log in · Register