New Landing How can we help? Themeforest Theme Support Clique linkcolor & fontface – Clique theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Clique
  • #67557
    giawilson
    Member
    Post count: 27

    hello,

    Problem 1

    sorry to bother again i have the following problem
    i have changed the background color to white but now all the links I add are white too .
    (the link is there but not visible unless you hover over it by chance)

    checked the forum and found this costum css in the forum

    a:link {
    color: blue!important;
    }

    a:hover {
    color: red!important;
    }

    unfortunately links stay white. ๐Ÿ™

    also i would like to add @fontface to the stylesheet.css.

    as soon as i add the font to the css the menu is out of place

    the menu is behaving strangely. weird alignment etc

    and the correct font is not displayed.

    giawilson.com/ogilvy

    #67593
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I can’t find any white links? Could you provide a link and maybe a screenshot of an example link?

    – Kyle

    #67962
    giawilson
    Member
    Post count: 27

    Dear Kyle,

    somehow i solved the issues myself. this is what i did

    1. Linkcolor was quite obvious
    i just had to add a color for the a tag to the costume css (quite easy)
    a {
    color: #b90000;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }

    2. @fontface

    I had to add !important at the end of the font-family to make @fontface work.

    @font-face {
    font-family: ‘din’;
    src: url(‘fonts/din-light-webfont.eot’);
    src: url(‘fonts/din-light-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/din-light-webfont.woff’) format(‘woff’),
    url(‘fonts/din-light-webfont.ttf’) format(‘truetype’),
    url(‘fonts/din-light-webfont.svg#dinprolight’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    body,h1,h2,h3,h4, h5, h6 {
    font-family: din, Helvetica, Arial, Tahoma, sans-serif!important;
    }

    #67965
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I’m glad that issue resolved .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #67987
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great, glad it’s sorted ๐Ÿ™‚

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register