Tagged: x
-
AuthorPosts
-
May 20, 2016 at 3:01 pm #1002029
conorgeorgeParticipantHi,
I’ve recently been trying to customize a button on the open table widget and i’ve been through the widget’s support and they seem to think that the global CSS is over riding the widget, any way someone could shed some light?
all i’m trying to input is this css
input.otw-submit[type=”submit”] {
background: transparent !important;
color: #000 !important;
text-transform: uppercase !important;
text-shadow: none !important;
font-size: 21px !important;
border: 3px double #000 !important;
}thanks
(westthirtysix.co.uk)May 20, 2016 at 10:08 pm #1002525
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.otw-submit { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 3px double #000000; color: #000000; font-size: 21px; text-shadow: none; text-transform: uppercase; }Hope that helps.
May 21, 2016 at 5:29 am #1002797
conorgeorgeParticipantI’ve added that in but it hasn’t worked, any ideas on something else that might work?
May 21, 2016 at 6:15 am #1002835
ChristopherModeratorHi there,
Please find this code and close curly bracket :
@font-face { font-family: 'butlerregular'; src: url('wp-content/themes/x/framework/fonts/butler/butler_regular-webfont.woff2') format('woff2'), url('wp-content/themes/x/framework/fonts/butler/butler_regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal;Thanks.
May 21, 2016 at 2:34 pm #1003168
conorgeorgeParticipantthank you, working all fine!
May 21, 2016 at 2:38 pm #1003169
conorgeorgeParticipantActually I have another problem, I’m changing some things on my cornerstone and when i press save the green banner comes up and says its saved but then it doesn’t save anything?
May 21, 2016 at 9:59 pm #1003486
RadModeratorHi there,
In that case, I’ll find what causing it, first.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
May 22, 2016 at 2:07 pm #1004078
conorgeorgeParticipantThis reply has been marked as private.May 22, 2016 at 8:30 pm #1004376
Rue NelModeratorHello There,
We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You can add it before the line
/*That's all, stop editing! Happy Blogging. */We would loved to know if this has work for you. Thank you.
May 23, 2016 at 12:03 pm #1005569
conorgeorgeParticipantHey,
yep that worked thanks!
May 23, 2016 at 12:04 pm #1005570
RahulModeratorYou are welcome!
May 24, 2016 at 4:09 am #1006851
conorgeorgeParticipantAlso, My site seems to be loading really slowly, do you have any pointers on how to maybe speed up the load time?
May 24, 2016 at 4:28 am #1006874
Paul RModerator -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1002029 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
