• mudiya2610

    (@mudiya2610)


    I am making this site https://www.must-asme.com”>
    as you can see on HOME page ..
    there is this heading “Comments of Prof. Dr Habib urRehman”
    I want to make this heading look more catchy and attarctive.
    how to add box and margins ?
    help needed.
    Thanks ??

Viewing 1 replies (of 1 total)
  • CrouchingBruin

    (@crouchingbruin)

    That box has a class of scbb-content-box, so it is fairly easy to style with some CSS. Unfortunately, it has some inline style (like a background-color) that should really be moved to the Custom CSS option instead, along with the the inline style for the span inside of it.

    You can add this rule to your Custom CSS option to create a box:

    .scbb-content-box {
       border: 2px solid #0000ff;
    }

    The first parameter creates a 2px wide border.
    The second parameter creates a solid (instead of dashed) line as the border.
    The third parameter is the color (blue).

    Change any of these values to whatever you think would look the best.

Viewing 1 replies (of 1 total)
  • The topic ‘Headings…’ is closed to new replies.