• Closed
  • Graham Newell
    Spectator
    March 2, 2015 at 3:16 pm #15001

    Hi, I am new to the theme and find that I have a thin grey shawod underneath every widget. I there a way for me to turn this off or change the custom CSS to make it go away?

    I would also like to have a recent post section and cannot get them to look nice. Are there any template options or predefined styles available for this?

    And what about a template slider, is there an option for this?

    Thanks

    Mohammad Abdullah
    Spectator
    Posts: 20
    March 2, 2015 at 6:08 pm #15021

    Dear Graham Newell, Plz share your website link in-order to fix the gray shadow thing. Evolve theme have many kind of sliders you can configure it from theme dashboard.

    Thanks

    Graham Newell
    Spectator
    Posts: 104
    March 3, 2015 at 8:28 am #15038

    Hi, you can see the shadow issue there, it seems to be on everything. I would also like to get rid of the thin grey border line around the widgets.

    http://vipermetal.wpengine.com/

    I have a thumbnail slider there already but I would like to use the slider that comes with the theme because I think it may look better.

    Thanks

    Mohammad Abdullah
    Spectator
    Posts: 20
    March 3, 2015 at 8:46 am #15042

    Dear Graham Newell,

    Plz replace this css Code in your style.css file line number 420. We just off the background image in this code.

    .widget:after {
    /*background: url(library/media/images/widget-shadow.png) no-repeat top center; */
    bottom: -6px;
    content: “”;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    }

    Regarding for slider, you can add Parallax Slider from theme option panel.
    Thanks

    Graham Newell
    Spectator
    Posts: 104
    March 3, 2015 at 9:19 am #15044

    Thanks that’s great.

    Can you tell me, are there any preset templates/styles for a thumbnail slider style thing?

    Would save me some time.

    Graham Newell
    Spectator
    Posts: 104
    March 3, 2015 at 9:37 am #15045

    Silly question, how do i edit the style.css file?

    Thanks

    Graham Newell
    Spectator
    Posts: 104
    March 3, 2015 at 9:49 am #15046

    OK, i got it now, thanks.

    How can I take away the border and fill colour totally?

    I just want text over the background.

    Thanks

    Roman
    Spectator
    Posts: 3147
    March 3, 2015 at 11:19 am #15056

    I would definitely not recommend to edit the core style.css as it will be overwritten in the next theme update (if you don’t use a child theme). better is to add a piece of code in the Appearance -> Theme Options -> Custom CSS:

    .widget:after {background: none;}

    How can I take away the border and fill colour totally?

    which element?

    Mohammad Abdullah
    Spectator
    Posts: 20
    March 3, 2015 at 11:21 am #15057

    Dear Graham Newell,

    i upload screen shot for you please see and let know is this what you want do ???

    http://pbrd.co/1FQXv6j

    thank you

    Graham Newell
    Spectator
    Posts: 104
    March 3, 2015 at 12:13 pm #15066

    Hi Roman, sorry to ask so many questions. Can you help me with a few things?

    1. I seem to have thin border lines around all widgets, tried to destroy them but no joy.
    http://vipermetal.wpengine.com/

    2. I would like my recent posts to look like they do on your live preview page but I cannot see where can control these variables. So therefore if I like the look of some parts of this live preview how can I emulate their styles?

    3. Can I have lightbox popup when I click am image in a slider or post?

    Again apologies for needing to have my hand held so much in this.

    G.

    Roman
    Spectator
    Posts: 3147
    March 4, 2015 at 7:33 pm #15099

    1. use this Custom CSS for your code:

    .panel, .panel-widget-style {
    background-color: none;
    border: 0;
    box-shadow:none;
    }

    2. please provide exactly which URL on the demo page

    3. Appearance -> Theme Options -> Lightbox