Quantcast
Channel: WordPress.org Forums » [WP Parallax Content Slider] Support
Viewing all articles
Browse latest Browse all 293

shakoor_h on "[Plugin: WP Parallax Content Slider] A few issues (images, content)"

$
0
0

You need to modify the main style.css for more functionality. I found I had to add a section in my style.css to get more control over the images. e.g.

.da-slide .da-img img
{ blah blah blah
}

Because this allowed me to actually resize and move the image, whereas the .da-slide .da-img did not. Another thing I found in my template was that the a tag in the theme CSS would modify my website's CSS for some reason, so I removed it from there, and put it into the main style.css files as this for example:

.da-slide a{
color: #fff;
}

Viewing all articles
Browse latest Browse all 293

Trending Articles