Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ivan1012 Friend
    #168637

    Hello!
    I’m having problems when activating grey template in jomsocial in sort by section of the page. The grey elipse is above the text not under.Can you please tell me how to solve this.

    Also I want to remove all the lines from the header the one above the logo and another above the menu, remove the background .gif image for the whole top panel, header and menu and put a solid colour background.
    Can you please inform me what lines of code do i need to delete, change or add in .css from the grey template and for .css for default template. TNX in advance!

    Picture in attachment. Problems are shown with red circles.


    1. example3
    khoand Friend
    #413275

    Hi,
    You replace this code from /templates/ja_social/core/themes/grey-color/css/color.css in the line #53, #78, #111

    #ja-header {
    border-top: 1px solid #555454;
    }

    with

    #ja-header {
    border-top: 0px;
    }

    #ja-topbar {
    background-image: url(../images/header-bg2.gif);
    border-bottom: 1px solid #111;
    color: darkGray;
    }

    with

    #ja-topbar {
    background-image: url(../images/header-bg2.gif);
    border-bottom: 0px;
    color: darkGray;
    }

    #ja-mainnav {
    border-top: 1px solid #555454;
    }

    with

    #ja-mainnav {
    border-top: 0px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum