Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sebbs Friend
    #200366

    site: http://bmwqc2.dev.dnsnetworks.ca/joomla/

    how do I remove the “close info” feature on the right side of the site?

    TomC Moderator
    #545284

    File path —> /joomla/templates/beez3/css/position.css
    at line 331, add a “display: none” property as follows:


    #close span {
    display: none;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    padding: 5px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 5px;
    z-index: 10000;
    }

    This way, if your client ever changes their mind and wants the feature, you simply remove the “display: none” property. 😎

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

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

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