1. Krishnan
  2. Request a new Feature
  3. Friday, 28 September 2018
Sir, is there some way to set color transparency?

If you see attached image, there is an option to make it complete transparent and background becomes white.

But how about selecting a color and setting its transparency to say, 80%

Please let me know.
Attachments (1)
Responses (4)
Frantisek Accepted Answer Pending Moderation
Linelabox Support
Hi Please check Shoplab template. https://www.linelab.org/templates-joomla
Go to "Edit Page". If you mouse over the right bottom corner of modules, you will see a blue toolbar with icons. By clicking the edit icon, you can change layout of columns and rows that you have defined in the „Bootstrap Grid“ tab. Click on Edit row "Abox" > Change background of this row to "transparent". Done!
  1. more than a month ago
  2. Request a new Feature
  3. # 1
Krishnan Accepted Answer Pending Moderation
Yes I did see the transparent option. But I want to get is to choose some color and make it 80%

for more clarity of my question, please see attached image.
Attachments (1)
  1. more than a month ago
  2. Request a new Feature
  3. # 2
Frantisek Accepted Answer Pending Moderation
Linelabox Support
Click on "Edit Code" button
Find line e.g. #abox

replace

background-color: transparent;


to


background-color: rgba(255, 255, 255, 0.8);


The 4th value "0.8" defines the opacity of the color. Internet Explorer 8 and earlier versions do not support "rgba".
  1. more than a month ago
  2. Request a new Feature
  3. # 3
Krishnan Accepted Answer Pending Moderation
yes..thank you very much..
  1. more than a month ago
  2. Request a new Feature
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.