Demo Style Menu (Color)

Home Forums WordPress Theme Support iMag Mag Demo Style Menu (Color)

This topic contains 5 replies, has 2 voices, and was last updated by  info35 6 years, 10 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7736

    info35
    Member

    Hi,

    I want the color in the menu like the demo of the iMag Mag? How can i activate it?

    #7738

    Raja CRN
    Keymaster

    Hello,

    Please use Theme Options Panel in WordPress Dashboard. In theme Skins, You can change color of the theme.

    Thanks.

    #7740

    info35
    Member

    i Changed this in the css style:

    #catnav_2.secondary{
    /*background:#262525;*/
    /*background-image: linear-gradient(to bottom, blue 50%, black 100%);*/
    /*border-bottom: 4px solid #06AFE4;*/
    /*border-top-right-radius: 2px;*/
    /*border-top-left-radius: 2px;*/
    /*-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
    /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
    background:#fff;border-bottom: 4px solid #5C5C5C;
    background: rgb(0,0,0); /* Old browsers */
    border-top-right-radius: 10px;
    margin-bottom: 5px;
    border-top-left-radius: 10px;
    background: -moz-linear-gradient(left, rgba(125,185,232,1) 4%, rgba(41,137,216,1) 36%, rgba(30,87,153,1) 84%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(4%,rgba(125,185,232,1)),color-stop(36%,rgba(41,137,216,1)), color-stop(84%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(125,185,232,1) 4%,rgba(41,137,216,1) 36%,rgba(30,87,153,1) 84%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(125,185,232,1) 4%,rgba(41,137,216,1) 36%,rgba(30,87,153,1) 84%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(125,185,232,1) 4%,rgba(41,137,216,1) 36%,rgba(30,87,153,1) 84%);
    }

    #7741

    info35
    Member

    The next is how can i remove the right sidebar for full contents view.

    #7742

    Raja CRN
    Keymaster

    Hello,

    If you want to remove sidebar completely, remove the get_sidebar() from index.php archive.php, Single.php and Page.php files.

    Then Replace the class twelve-columns to sixteen-columns in all above files.

    Hope Your understand the instructions.

    Thanks

    #7743

    info35
    Member

    Thanx that works.

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

Only Verified Customer of this Theme Can post reply to this Support Topic! .