How to change the background color of the description box?

How to change the background color of the description box?


Changing background of description box can be achieved only via CSS modifications, but this is a simple fix.

Edit CSS file

In file

/modules/mod_djimageslider/themes/default/css/djimageslider.css

go to line 60 and modify background variable 

For example, green it will be:

background: rgba(0,255,0, 0.65) none repeat scroll 0 0; 

      • Related Articles

      • Color customizer in DJ-Suggester

        New feature in DJ-Sugester allows you to customize the look and feel of your box with a suggested content. We've added option to modify the colors easier than before. Once you update DJ-Suggester plugin and move to "Plugin" tab you can now choose ...
      • Color customizer in DJ-MegaMenu

          A new feature in DJ-MegaMenu allows you to customize the look and feel of your menu. We've added the option to modify the menu's colors the way it'll look exactly as you need. Color customizer is available only in the FULL version of DJ-MegaMenu ...
      • Extended Products Grid - Product content - description options

        Navigate to the "Settings" tab. To change options for the 'description' attribute, click the "Description" button. You will see the following options: enable drop cap - display the first letter of the paragraph as a large initial, text style - select ...
      • How to use only one description area when submitting adverts

        In some cases, it's good to allow users to add two different descriptions (intro and full) - this way they have better control over what's visible in the advert's list/blog layout and can use the intro description like a meta description you can find ...
      • How to change date format in DJ-Classifieds custom fields

        You can change the date format in extra fields in DJ-Classifieds. Let’s add the custom field with a date. For the sake of this tutorial, I’ll create the “Availability” custom field that will be used for showing the availability for the apartments. ...