utterlycynthia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! Site inaccessible after host changeThank you for pointing out the database issue. I did find a backup and I’m going to try and upload it to the new SQL manager to see if it works.
Forum: Fixing WordPress
In reply to: Unable to access site after host changeA lot of the things in the moving guide I won’t be able to do without logging into my admin panel. I used a migrator plugin every time I changed my host. My current host doesn’t have that option so I had to manually upload my site files via the ftp manager. It’s worth mentioning that I cancelled my previous hosting plan about two weeks ago. Did I lose access to my admin panel as well as all my data when I did that?
Forum: Themes and Templates
In reply to: [Storytime] Making text box transparent/translucentThanks so much! Got it all 🙂
~Cynthia
Forum: Themes and Templates
In reply to: [Storytime] Hiding page titlesActually, I just figured it out.
.page-title {
display: none;
}I also figured out how to change footer background color.
#site-footer {
background-color: #ffffff;
}Forum: Themes and Templates
In reply to: [Storytime] Unable to create front splash pageOn a different note, is there any way I can hide the page titles? The CSS code I used for my previous theme doesn’t seem to be working with this one.
Forum: Themes and Templates
In reply to: [Storytime] Unable to create front splash pageThanks so much! I should be able to do it now 🙂
Forum: Themes and Templates
In reply to: [Sela] Change footer widgets positionThanks so much, Siobhan! I never knew it could be so easy. I’ll let you know if I don’t manage to get it right.
Thanks a ton. You’re a lifesaver 🙂
Forum: Themes and Templates
In reply to: [Sela] Change color & size of sidebar social iconsI managed to solve my issues by myself.
I removed the spaces in the code to place the icons side by side.
I changed the size with this:
.genericon { font-size: 30px; }I adjusted the spacing with this:
.genericon { margin: 15px; }I don’t know if I was supposed to use some other CSS but these worked fine.
All’s good now 🙂
Thanks so much!
~Cynthia
Forum: Themes and Templates
In reply to: [Sela] Change color & size of sidebar social iconsOkay, I managed to change the color with the following code:
.genericon { color: #fa8072; }But I still don’t know how to bring them side by side, or increase the size.
Thanks for the help 🙂
Forum: Themes and Templates
In reply to: [Sela] Change color & size of sidebar social iconsHi Siobhan,
I put the icons in a text widget, but the CSS you provided didn’t change either the color or the size. And the icons are one below the other, instead of being side by side. Did I do something wrong?
http://utterlycynthia.com/blog
Thanks for the help 🙂
Forum: Themes and Templates
In reply to: [Sela] Change color & size of sidebar social iconsOkay, so I figured out how to increase the size of the icons. But I still don’t know how to do the rest of the things:
Change color of the icons.
Add a mail icon, if possible.
Centre align the icons (they are always left aligned it seems)utterlycynthia.com/blog
Any help will be appreciated.
~Cynthia
Forum: Themes and Templates
In reply to: [Sela] Comment section & share buttons not showingOkay, I’ve figured it out. I had to enable sharing and check the comments box in the screen options. Duh. I’m still finding my way around WordPress…
Thanks everyone 🙂
Forum: Themes and Templates
In reply to: [Sela] Adding link to footerWhere do I have to add this?
I added my footer text with this:
.site-info {
visibility: hidden;
}
.site-info:before {
visibility: visible;
content: “This is my Text”;
display: block;
}I don’t see how I can add it to this…
Please clarify.
Thanks
Forum: Themes and Templates
In reply to: [Sela] Use header image instead of default textOh, I never realised this was so easy! Now it’ll be easier for me to get my site to look the way I want it to.
Thank you so, so much! 🙂