Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45140
    BizQ
    Member

    @Sakin: How do I create a border and background color for my page titles ?
    Example:http://www.bizq.co.za/sme-business-consulting-services/accounting/ – I would like the page title “Accounting services” to have a border with color around it
    Thanks

    #45162
    Sakin
    Keymaster

    @BizQ: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    .page .entry-header {
        background-color: #fff;
        border: 1px solid #000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Border and background color for page title’ is closed to new replies.