Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • freissmann Developer
    #189021

    I have a small issue as you can see at the screenshot attached.
    Here you can find the website: http://www.azureblog.eu

    Also with firebug I could not locate the problem…
    Any ideas?


    1. display-error
    Ninja Lead Moderator
    #499436

    You can find and fix it here

    Open templates/ja_mero/less/themes/rrcg/variables-custom.less file

    From


    .linkextern .btn {
    background: url(../../../templates/ja_mero/images/themes/rrcg/readmore-bg.png) no-repeat left top transparent;
    border: 0;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 190px;
    .border-radius(0px);
    .box-shadow(none);
    .transition(none);
    }

    Change to


    .linkextern .btn {
    background: url("../../../templates/ja_mero/images/themes/rrcg/readmore-bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: 20px;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
    transition: none 0s ease 0s;
    width: 190px;
    }

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

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

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