Forum Support

Shape 5
March 29, 2024, 01:12:29 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: HA color overlay transparency?  (Read 719 times)
jimbondox
Jr. Member
**
Offline Offline

Posts: 795



« on: November 23, 2014, 09:37:25 PM »

Checked with firebug but I couldn't see where to adjust the transparency at, just need it a bit more see through. Where would I adjust this at?
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #1 on: November 23, 2014, 11:58:33 PM »

Hello,

The default overlay is an image overlay here:

Code:
Template.CSS - Line 2067

.image_title {
    background: url("../images/repeatexture.png") repeat fixed 0 0 transparent;

If your not using this image overlay it will default to the module overlay which is here:
Code:
s5_horizontal_accordion2.css - line 26

.image_title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
mdrothert
Jr. Member
**
Offline Offline

Posts: 199



« Reply #2 on: November 24, 2014, 03:43:46 PM »

I made the adjustment in s5_horizontal module css:

.image_title {
   background:transparent url(../images/repeatexture.png) repeat fixed;}


It still did not place that repeattexture.png over?

siam.net/siam
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #3 on: November 24, 2014, 05:21:50 PM »

Hello,

The 2 coding locations I posted above are the only locations where this overlay would come from. The Template.CSS file would be an override to the default module styling overlay. Be sure to clear your cache after making any changes like this.
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
jimbondox
Jr. Member
**
Offline Offline

Posts: 795



« Reply #4 on: November 25, 2014, 08:18:41 PM »

on your demo, the yellow over the freight position when moused over, i can see the image behind it because it is transparent. in the code you gave me above where is that adjustable at? i just want to see a bit more behind it?

thanks
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: November 26, 2014, 12:12:21 PM »

In the index.php look for below and this is what sets the transparent highlight color on hover:

Code:
.horzaccordion li:hover .image_title {background: rgba(<?php echo "$r,$g,$b,"?> 0.9) !important;}
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.