• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: Flex Theme overriding SU code

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › Flex Theme overriding SU code › Reply To: Flex Theme overriding SU code

December 21, 2015 at 4:42 pm #763
Dee
Participant

Hi Davindr,

Yes, I understand. And I did exactly what you mentioned. BUT..

The original code says

.su-note {
margin: 0 0 1.5em 0;
border-width: 1px;
border-style: solid;
}

And your code is

.su-note {
margin: 0 0 1.5em 0;
border: solid 1px #000 !important;
}

so it doesn’t do anything with the border-width code.

Somewhere the color code seems to be in the element.style code, which I see above the su-note code:

element.style {
    border-color: #e0e0e0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.su-note-inner {
  border-style:solid;
  border-width:1px;
  padding:1em;
}

Even setting the original code on

.su-note {
margin: 0 0 1.5em 0;
border-width: 5px;
border-style: solid;
}

thus only changing the pix from 1 to 5, doesn’t change anything…

I think then to let the topic drop, because it just isn’t working.

Thnx for your help and time though,
Kind regards,
Dee

p.s.: if I change the element.style in the inspector, I get a result, but how to get this in the design is a different thing.

  • This reply was modified 5 years ago by Dee.
  • This reply was modified 5 years ago by Dee.

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates