+ Reply to Thread
Results 1 to 3 of 3

Thread: [4.4] Still cannot hide Banner Box beadings

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Location
    Qld Australia
    Posts
    128

    [4.4] Still cannot hide Banner Box beadings

    I have a bottom banner box called ... you guessed it Bottom Banner Box. In 4.4 I cannot seem to hide the header as I would in a normal content box.

    After upgrading to 4.4 the banner box now displays a heading - "Bottom Banner on Home Page" - this the name I give to see what it is from the backend and in previous versions hasnt been seen!

    Why is it now showing? Can some one tell me how not to show this??

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Location
    Qld Australia
    Posts
    128
    I still cannot hide the heading for the bottom banner - it still shows?

    Anyone?

    It shows on all pages - AusAeroTrader

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Geoffrey Doohan View Post
    I still cannot hide the heading for the bottom banner - it still shows?

    Anyone?

    It shows on all pages - AusAeroTrader
    It seems to be an error, so if you open a ticket the uys should fix it for you, if you want a quick fix open in editor and find the the line below

    @media screen and (min-width: 960px)
    section.side_block > h3, section.content_block > h3 {
    font-size: 0em;
    overflow: hidden;
    text-overflow: ellipsis;

    and that font size says 1.143em, change that size to 0 as above example you should find this in the file path below

    http://www.aerotrader.com.au/templat.../css/style.css.

    this is not a fix but a temp bandaid, until flynax fix this for you.

+ Reply to Thread