test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jeannine Friend
    #199887

    Hello there.

    I want to change the icon set to show the print, e-mail and edit (when logged in) icons shown in a row instead of the dropdown icon as it is now. How can I change this?

    Adam M Moderator
    #543191

    Hi Jeannine,

    Please open root_folder/templates/purity_iii/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    .article-aside .article-info {
    float: left;
    width: auto;
    }
    .article-aside .dropdown-toggle {
    display: none;
    }
    .article-aside .dropdown-menu {
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    min-width: 130px;
    }
    .article-aside .dropdown-menu li {
    border: none;
    display: inline;
    }
    .article-aside .dropdown-menu li a {
    display: inline;
    padding: 0 5px;
    }
    .article-aside .dropdown-menu li a:hover,
    .article-aside .dropdown-menu li a:focus {
    color: #666
    background: none;
    }

    Save your file and check the result.

    jeannine Friend
    #543252

    Dear Adam, Thank you very much with getting back on me. But unfortunately this styling messes up the site. See screenshots attached.

    Adam M Moderator
    #543295

    Hi,

    There’s a problem with 2 attachment files, please recheck. In addition, you can provide a temporary back-end account via private reply so I can investigate the problem for you.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Adam M 10 years, 5 months ago.

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