Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • okkhalid Friend
    #197131

    hello,
    I have small issue:
    when I insert a text and I include hyperlink in the footer area, the hyperlink become square and red.
    please see attached image.

    I would like to be able to have a text and link the text without issue.

    in the header, I placed 2 icons for social media and then I linked them to the social media pages, but there is a gray block shows in the back of the icons.

    I would like to remove the gray area.

    Please help.


    1. issue-3-header
    2. issue-2-footer-link
    alexsmirnov Friend
    #532653

    Hi there,

    Please go to /templates/jabiz/css/template.css and change

    .head-social a {
    background: #595959;
    border-radius: 2px;
    display: inline-block;
    width: 20px;
    text-align: center;
    }

    to

    .head-social a {
    border-radius: 2px;
    display: inline;
    width: 20px;
    text-align: center;
    }

    Hope this helps.

    Regards

    Alex

    okkhalid Friend
    #532787

    I have changed the code, but nothing happen. please help thanks

    Hayden A Friend
    #532803

    @ okkhalid,
    Please create a new css file named: custom.css in the templatesja_bizcss path and add the following rule:

    [PHP].head-social a {
    background: none;
    border-radius: 0;
    color: #595959;
    padding: 0 3px;
    width: auto;
    }

    .head-social a:hover,
    .head-social a:focus,
    .head-social a:active {
    background: none;
    border-radius: 0
    color: #fff;
    width: auto;
    }[/PHP]

    okkhalid Friend
    #532890

    It works now, thank you for the great help. 🙂

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

This topic contains 5 replies, has 3 voices, and was last updated by  okkhalid 10 years ago.

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