Jump to content

CSS Help - heading Text same colour as background


sboyle

Recommended Posts

Hi

 

I am having problems with my knowledge base item headings - The heading is white, which is the same color as the background of the Joomla template (yootheme - subway and using JWHMCS).

 

Also having the same issue with the "Powered by WHMCompleteSolution" text - only the "Powered by" is showing, the rest again is white text on a white background.

 

http://www.imediawebhosting.co.uk/clients/knowledgebase.php

 

Can someone advise me 'what and where, how' I need to change to correct this problem.

 

Hopefully someone can help.

 

Regards

 

Stuart

Link to comment
Share on other sites

In http://www.imediawebhosting.co.uk/templates/yoo_subway/css/system-all.css line 19:

.system-transparent #content a, .mod-box-transparent a {
   color: rgba(255, 255, 255, 0.6);
}

Delete "color" property to restore the default value or set the color you want. Now for the copyright you just need to fix the a:hover. In the same file on line 31 look for:

.system-transparent #content a:hover, .system-transparent #system .item .title a, .mod-box-transparent a:hover {
   color: #FFFFFF;
}

Same story again. Delete "color" property to use default value or set the color you want.

Link to comment
Share on other sites

Hi Kian

 

That worked great, many thanks to you.

 

Regards

Stuart

 

In http://www.imediawebhosting.co.uk/templates/yoo_subway/css/system-all.css line 19:

.system-transparent #content a, .mod-box-transparent a {
   color: rgba(255, 255, 255, 0.6);
}

Delete "color" property to restore the default value or set the color you want. Now for the copyright you just need to fix the a:hover. In the same file on line 31 look for:

.system-transparent #content a:hover, .system-transparent #system .item .title a, .mod-box-transparent a:hover {
   color: #FFFFFF;
}

Same story again. Delete "color" property to use default value or set the color you want.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated