How to change Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17932
    farren1
    Member

    http://mclaughlinshomevalue.com/

    HEIGHT OF TOP TITLE HEADER AREA
    Specify the height of the title header area in pixel units displayed on top of each page and post, just below the header. Takes effect only if a background is specified above for the Title Header.

    How can this be changed tried all sizes it just stays same it does get bigger but not smaller ?

    #17938
    Veena
    Moderator

    You can change the height of title area by adjusting the padding.

    Pls try the below custom CSS in themeoptions –

    #title-area {
        padding: 20px 0 5px;
    }
    
    #17939
    farren1
    Member
    This reply has been marked as private.
    #17943
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .woocommerce a.add_to_cart_button, .woocommerce-page a.add_to_cart_button {
        background: #000;
        border-color: #00651E;
        color: #C04D00 !important;
    }
    .woocommerce a.button:hover, .woocommerce-page a.button:hover{
        color: #000 !important;
        background: #C04D00 !important;
        border: 1px solid #4b4b4b !important;
        border-color: #4b4b4b !important;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.