Header issues/Twitter Feed customization

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Header issues/Twitter Feed customization

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10017
    herbjoseph
    Member

    Hey guys,

    If you look at my website, dev.emergetech.com you will see that I tried to add the social icons to the header but they are overlapping with the menu items. How can I fix this?

    Also, I added the Twitter feed to the footer but the color of links shows up as on orange color, how can I change this?

    Thanks,

    #10032
    Veena
    Moderator

    Pls add the following custom CSS in themeoptions –

    .woocommerce-site #sidebar-header .social-list {
    right: 0;
    }
    .woocommerce-site #primary-menu, .woocommerce-site #header.sticky #primary-menu {
    margin-right: 200px;
    }
    .tp_recent_tweets li a {
    color: #1e73be !important;
    }
    
    #10061
    herbjoseph
    Member

    got em both. Good job.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header issues/Twitter Feed customization’ is closed to new replies.