Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • virakamrith Friend
    #196524

    I would like ask some question as below:

    1. How to resize high logo because my logo high 200px and width 200px . http://imgur.com/Rijc7yh
    2. How change color at header. I want to change from black to pink.
    3. Transparency color at slide show. http://imgur.com/lwXfpue
    4. I can use khmer font on main menu. http://imgur.com/Rijc7yh

    TomC Moderator
    #529798

    You can resize your logo within the following file path –> /templates/ja_university/css/template.css
    at line 969, you will see the following:


    h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    height: 56px;
    width: 220px;
    }

    As you can see, this is the CSS rule in which you can adjust the height and width of your logo div

    To change the color of your header, look to the same file path
    at line 948, you will see the following:


    #ja-header {
    background: none repeat scroll 0 0 #10151C
    border-bottom: 1px solid #000000
    }

    Modify the color hex code (from #10151C) to the color you wish

    For assistance in identifying color hex codes,

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

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

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