anton17
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Set opacity of background imageI’m using Avada Theme classic
Forum: Fixing WordPress
In reply to: Application form to DatabaseHaha thanks, do you know how I can link that DB to one in lets say mySQL workbench?
Forum: Fixing WordPress
In reply to: Saving Contact Form Data into MySql DatabaseHey, that works really well! Thank you.
I am now able to export the gathered Data as csv-file and load it into a mySQL Database.
Is there a way to do this automatically, so that whenever a form is submitted, the data in the mySQL Database is updated?
I think I will have to find where the Plugin stores the Database and link it to mySQL.. Any further ideas ?Thanks!
Forum: Fixing WordPress
In reply to: Spacing HeaderOkay, I’ll try that. Is this plug-in a good alternative to creating a child theme because I read up on that and it seems rather difficult for a beginner?
GreetingsForum: Fixing WordPress
In reply to: Spacing HeaderOkay, I think I have figured it out. Will I have to update my theme by uploading the modified version and will this have an effect on my progress on the website?
Forum: Fixing WordPress
In reply to: Spacing HeaderI assume this is where I have to insert it somwhere?
/* =11. Header area -------------------------------------------------------------- */ .site-header { width: 100%; } .site-branding.hide-header-text .site-title { display: none !important; } /* =12. Layout -------------------------------------------------------------- */ .site-main { margin-left: auto; margin-right: auto; width: 100%; } .site-info, .site-content, #colophon > .menu, #footer-banner { max-width: 980px; } .fl-builder .site-content { max-width: 100%; padding: 0; margin: 0; } .site-info, .site-content, #colophon > .menu, #footer-banner { margin-left: auto; margin-right: auto; } @viewport{ width: device-width; } /* =13. Menus -------------------------------------------------------------- */ /* Small menu */ .menu-toggle, .menu-toggle.dashicons { display: none; } /* Social menu */ .social-menu { background-color: #e8e8e8; text-align: center; } .social-menu ul { list-style: none; margin: 0; padding: 0; } .social-menu ul a:before { display: block; font-family: "typicons"; font-size: 36px; font-smoothing: antialiased; font-weight: 400; position: relative; text-align: center; text-decoration: none; text-rendering: optimizeLegibility; vertical-align: text-bottom; } .social-menu ul li { display: inline-block; list-style: none; margin: 0; } .social-menu ul a { display: inline-block; margin: 0 3px; text-decoration: none; } .social-menu ul a:hover { color: #7b7b7b; text-decoration: none; } .social-menu ul:last-of-type { margin-right: 0; } .social-menu ul a[href*="facebook.com"]:before { content: "\e0e4"; } .social-menu ul a[href*="twitter.com"]:before { content: "\e0f8"; } .social-menu ul a[href*="dribbble.com"]:before { content: "\e0e2"; } .social-menu ul a[href*="plus.google.com"]:before { content: "\e0ea"; } .social-menu ul a[href*="pinterest.com"]:before { content: "\e0f2"; } .social-menu ul a[href*="github.com"]:before { content: "\e0e8"; } .social-menu ul a[href*="tumblr.com"]:before { content: "\e0f6"; } .social-menu ul a[href*="youtube.com"]:before { content: "\e0fc"; } .social-menu ul a[href*="flickr.com"]:before { content: "\e0e6"; } .social-menu ul a[href*="vimeo.com"]:before { content: "\e0fa"; } .social-menu ul a[href*="instagram.com"]:before { content: "\e0ec"; } .social-menu ul a[href*="linkedin.com"]:before { content: "\e0f0"; } .social-menu ul a[href*="/feed"]:before { content: "\e0db"; }
Forum: Fixing WordPress
In reply to: Spacing HeaderFirst of all, thanks a lot for your help!
I’d really like to adopt it to my page but I can’t seem to find the right place to put the code in that you’ve given me.
I found the style.css file and the theme package that I’m using but there is no area called Custom CSS. Can I just add the code under ?Forum: Fixing WordPress
In reply to: Spacing Header