I've been trying to find the location of the css code that would allow for me to increase the contrast of the title text for each of the accordion slider entries.
Also the excerpt text does not show up at all.
Please provide a fix for this.
Brandon
Accordion Slider Text un-readable
11 posts from 3 voices-
Posted 2 years ago #
-
could you drop me a link to your site so I can take a look at it myself? wil be much easier to provide a solution ;)
Posted 2 years ago # -
http://printingconcepts-inc.pdxvid.com
Go ahead and register in the about page, right sidebar and I'll make you an admin to be able to see the setup.
I imported all the filler content you provided.Posted 2 years ago # -
looking at your page it looks perfectly fine for me? did you change something? :)
Posted 2 years ago # -
Yes, I was working with it last night.
I'll modify it back now.Posted 2 years ago # -
Can you please take a look at it now and see the issues I'm having?
ThanksPosted 2 years ago # -
changing this in style4.css should do the trick:
.feature_excerpt { background:none repeat scroll 0 0 #000000; color:#FFFFFF; }if yu want to change the heading color of the title only view you can add this:
#top .heading_clone{ color:#fff; }Posted 2 years ago # -
Ok I'm finally able to get back to this and added the code. Still having un-acceptable results. I need it to look like the example you put online please.
BrandonPosted 2 years ago # -
I you want to change the background opacity (contrast bloack background, white text) you need to open custom.js and search for following code:
$.fn.aviaSlider= function(variables) { var defaults = { slides: 'li', // wich element inside the container should serve as slide animationSpeed: 900, // animation duration autorotation: true, // autorotation true or false? autorotationSpeed:3, // duration between autorotation switch in Seconds appendControlls: '', // element to apply controlls to slideControlls: 'items', // controlls, yes or no? blockSize: {height: 'full', width:'full'}, betweenBlockDelay:60, display: 'topleft', switchMovement: false, showText: true, captionReplacement: false, //if this is set the element will be used for caption instead of the alt tag transition: 'fade', //slide, fade or drop backgroundOpacity:0.8, // opacity for backgroundand change backgroundOpacity
backgroundOpacity:0.8, // opacity for background
to any value between 0 and 1.The Dude
Posted 2 years ago # -
The Title text of the accordion slider is still too small and light.
Where do I find the css to modify it?
Also the roll over area, (the part that is a white semi transparent box) doesn't show anything.
Where do I add and modify text for this area?Posted 2 years ago # -
Hey,
can you post a link to your website please - I can give you exact instructions then.Posted 2 years ago #
Reply
You must log in to post.














