Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Footer Editor Removing Java script tags #17828
    julianno
    Participant

    Hi Sakin, i´m trying to add a facebook custom Like box in the footer using Footer Editor Option. Specifically im trying to insert an Iframe from Facebook.

    When I save it, wordpress theme code discard my iframe. It just don´t save it.

    Do you know how do I insert it into footer (central clear area) my Iframe?

    Thanks

    in reply to: All Menu Itens rounded in color #15868
    julianno
    Participant

    Ok, dou you have at least the name of all menu elements so I can try a custom CSS?

    – The menu hover item;
    – All current menu item;
    – The selected menu Item – completed (have code below)

    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    }

    Thanks

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