tintations
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Sorting CategoriesNo, the categories do not look like they are in order there either.
I need my categories on the actual blog to show up in the date they were originally created, or is there a way for me to reorganize them in the order I want?Thanks,
Forum: Themes and Templates
In reply to: [Responsive] Sorting CategoriesI’m trying to sort the categories in the order of the books from the Bible, because that is how I created them originally. So, if someone could help sort them by the date of creation that would be great.
Thanks in advance…Forum: Fixing WordPress
In reply to: Contact form 7 stylingI used this code to edit the background color of the Drop Down Menu and of the File Upload text field in Contact Form 7…
.wpcf7-form p input, .wpcf7-form p select {
background-color:#111111;
}
you can insert this code in the very bottom of your styles.css file for your Contact Form 7
-just go to Plugins
-click Edit on Contact Form 7
-scroll down till you see styles.css file and click on it
-scroll the code all the way down and copy and paste my Above code into your css file and remember to save it, then go and refresh your preview pagehopefully this helps someone out there, it sure did help me 🙂