0
Welcome Guest! Login
0 items Join Now

SOLVED style issue

  • SOLVED style issue

    Posted 11 years 7 months ago
    • I am a beginner and really could use some help. I have noticed that I seem to have a black bar across my webpages but only under the 'home' menu pages. This is obviously something I have done but not sure how to remove it, should be easy for someone with a bit of experience :)
      URL : www.lifespringchurch.ca
      Joomla 3.0.3
      Template : metropolis
    • Last Edit: 11 years 7 months ago by Tina Kingstree.
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: SOLVED style issue

    Posted 11 years 7 months ago
    • It looks ok to me in Chrome. Can you provide a screenshot of what you are seeing and which browser you are using?
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: SOLVED style issue

    Posted 11 years 7 months ago
    • I'm using firefox 23.0.1
      The frontpage is fine it is just the pages in the home sub-menu
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: SOLVED style issue

    Posted 11 years 7 months ago
    • It's caused by this code:

      .component-block.rt-block.main-overlay-dark {
      background-color: #000000;
      background-color: rgba(0,0,0,0. 8) ;
      background-color: transparent \9;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
      color: #FFFFFF;
      -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
      -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
      box-shadow: 0 2px 3px rgba(0,0,0,0.2);
      border-color: rgba(255,255,255,0.2);
      }

      Just add this code to your custom CSS file and the black bar will disappear:

      .component-block.rt-block.main-overlay-dark {
      display: none !important;
      }
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: SOLVED style issue

    Posted 11 years 7 months ago
    • It works! Thanks so much :lol:
  • Re: SOLVED style issue

    Posted 11 years 7 months ago
    • Hi Prim,
      I just realised that the code you gave me removed the black bar, but also removed my google map. I am using contact enhanced by ideal extensions and I have tried to create another map but it will not display on any page. not sure if this is relevant but the map was in a black box. would appreciate your help again :)
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: SOLVED style issue

    Posted 11 years 7 months ago
    • Then i guess you can play around with module suffixes instead? :)
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG

Time to create page: 0.085 seconds