• Resolved carolyn.jeffrey

    (@carolynjeffrey)


    Could you please advise how to remove the paper plane, stars and +A in the background of the default header for this theme. They are not appropriate for my site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can hide it through CSS.

    display: none;

    Otherwise share your url.

    I also need to get rid of the stars and paperplane.
    Is it possible to provide the full line for the css manipulation? I cannot seem to fetch the proper tags with firebug.

    Also need to get rid of the bottom scissor and the sawtooth pattern at the top edge of the sliding banner.

    Thank you very much ??

    Found them all:

    .nav-foot {display: none;}
    .site-footer {
    background: none;
    }

    header.site-header {
    background: none;
    }

    Theme Author Dinozoom

    (@dinozoom)

    Please wait for new updates.
    It will be updated in about a week.
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing icons in background of header’ is closed to new replies.