Add shadow

Posted in: Newspaper
Post count: 225

How to add shadow. Check this: http://prnt.sc/au6m1s

Also, I want to make box layout.

Post count: 23312

Hello Arafat,

Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks for your understanding!

Post count: 225
Post count: 23312

Hello Arafat,

Try using the following code below and place it in Theme panel -> Custom CSS area.

The code is ->

#td-outer-wrap {
width: 1164px;
margin: 0 auto;
-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
-moz-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
box-shadow: 0 0 5px 0 rgba(25,0,0,1);
}

The result is here -> https://www.screencast.com/t/CPPIzFkZeyr

Hope this helps!

Thanks for your understanding!

Post count: 225

Thanks!

Post count: 33

how to add shadow to a particular column or row?
thankyou!

Post count: 23312

Hello Noog,

You should target the particular ROW and COLUMN with the CSS code by a ROW and Column ID. You should check the following useful manual here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to create your own custom CSS code.

Hope this helps!

Thanks for your understanding!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.