Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #65511
    Kim
    Participant

    I’d like to add a couple of buttons below the promotion headline button. (http://mcshin.org/mcwp)

    Can anyone help me out with this?

    There is no way to add html into the item. You are given only a 3 word option.

    If you look at the site I’m working on, note I’d like to add the buttons in the white space below the “contact us!” button which is in the promotion headline module.

    I also would like to be able to center the CT Advertisement buttons in Footer Area 4.
    Thank you.

    #65539
    Sakin
    Keymaster

    @Kim: there i no option to add more button, as promotion headline is only for 1 promotion headline.

    If you like then you can add HTML code in Promotion Sub-headline.

    The other option is to build child theme and edit that functions to add new features.

    To center image in footer widget with CT Advertisement, you can add the following css in “Appearance => Customize => theme Options => Custom CSS Options” box:

    #supplementary .widget_widget_catchbase_adspace_widget img {
        display: block;
        margin: 0 auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘adding a button below promotion headline button’ is closed to new replies.