Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • latino07 Friend
    #171968

    hi:

    How I could make top-social background transparent?

    TIA

    🙂

    himangi Friend
    #430502

    Hello Tia,

    Please edit the template.css file in templates/ja_kranos/css folder and find
    .top-social {
    text-align: right;
    padding: 0 10px 0 0;
    }

    Replace it with the following code to have white background and some space above and below the social icons..

    .top-social {
    text-align: right;
    padding: 5px 10px 5px 0;
    background: white;
    }

    Now there must be some black space above and below this white area containing social icons. To remove it find the following in the same css
    #ja-header .main {
    padding: 5px 0;
    background: #111;
    }

    Replace it with the following to have the styling exactly as shown in the attached screenshot
    #ja-header .main {
    padding: 0;
    background: #111;
    }


    1. Screenshot
    simpsonix Friend
    #452793

    but that solution only makes the background white. how can I make it transparent, so that I can see the slideshow image?
    thanks, simpsonix

    swissa Friend
    #452794

    in the places mentioned try changing
    background:white; to background:none; and change
    background: #111 to background:none;

    and see if that works!

    simpsonix Friend
    #452800

    thanks a lot! that worked!

    <em>@swissa 319379 wrote:</em><blockquote>in the places mentioned try changing
    background:white; to background:none; and change
    background: #111 to background:none;

    and see if that works!</blockquote>

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

This topic contains 5 replies, has 4 voices, and was last updated by  simpsonix 12 years ago.

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