Jump to content
Sign in to follow this  
manojgupta26

Remove shadow from post box and sidebar borders

Recommended Posts

manojgupta26

Hi,

I want to remove the shadow from the rectangular box area surrounded against each post. Want to remove them from sidebar as well.

I tried using the following code..but the shadow is still there..pls help..

#page #boxes .box-media, .post-footer, .wp-comments, .morefoot-col {

border-color: #E4E4E4 #CCCCCC #BBBBBB;

border-style: solid;

border-width: 1px;

box-shadow: 0 0 0 #CCCCCC

}

quick help is appreciated..

Share this post


Link to post
Share on other sites
batman

Hi

You can try add this CSS rules

#page #boxes .box-media, .post-footer, .wp-comments, .morefoot-col {

border: none !important;

box-shadow: none !imporant}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Rob

Please let us know if Batman's solution works for you.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Danny

Hi,

First of all you posted your question in the wrong forum, I have moved it to the correct one.

Try adding the following:


.post, .scolumn .widget {
border: none;
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
[/CODE]

Keep in mind we can't design your site for you so if you need CSS help, make sure you've downloaded Firebug for Firefox and check out W3 Schools for more info. Also please be sure to watch our Firebug video tutorial here.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
manojgupta26

Danny,

I want to remove "just" shadow and not the border. Your code removes both border and shadow.

Regards

MG

Share this post


Link to post
Share on other sites
Danny

OK,

well remove border:none; from the code above.

The topic was marked as resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

  • Similar Content

    • mavincan
      By mavincan
      i'm just start to use pagelines framework with iblogpro 5 theme. iPad is plausible but viewing blog on iPhone is awful. Horrible big entry titles etc. how can i modify mobile theme for iPhone?
       
      nearly %50 visitors have iPhone and i choose this iBlogPro 5 theme for this devices. it says responsible but its looking ugly


    • mavincan
      By mavincan
      Hi there.
       
      i'm new at pagelines framework.
       
      my old theme has a slider too. But it works totally different. I need a slider but it must pulls images from last entries. Is there a slider option at framework? Or can i find a slider working like that.
       
      My website with pagelines framework and iblogpro5 theme is www.elmadergisi.com
       
      my old theme and the slider i want is at this address http://demo.woothemes.com/freshnews/
       
      Can you help me? 
       
      Thank you...
       
       
       
       
    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
    • starlit
      By starlit
      Can one have two hero sections on one page?

      I want a landing page which leads/advertises two subpages.

      Or is there another option?

      Please help.

      THANK YOU
×