AZ_Angela
Forum Replies Created
-
Figured it out.
Went to Styles and under Style of labels, field inputs, buttons, and text:
I changed these fields and it fixed the height issue.
Input checkbox fields: width:22px; height:10px;
Input radio fields: width:22px; height:10px;Now the Checkboxes and radio buttons line up with the choices.
You can customize the email messages under the ADVANCED tab.
At the top, look for Confirmation Email Settings
Click Enable confirmation email message. You can customize
Confirmation email “From” name:
Confirmation email “From” address:
Confirmation email “Reply To” address:
Confirmation email subject:
Confirmation email message:Not sure what else you need.
Hope this helps.
Forum: Themes and Templates
In reply to: [Awaken] Color changes possible?I love the Awaken theme. Thanks for creating it.
jayteapee, check out the Stylesheet (style.css)
You can find most, if not all, of the colors for those spaces. I wanted my Main Navigation menu to be blue, not coral, so I found this part of the CSS stylesheet and changed them.
Look for this:
————-
.main-navigation {
background: #232323;
font-family: “Ubuntu”, sans-serif;
font-size: 15px;
font-size: 1.5rem;
font-weight: 500;
text-transform: uppercase;
}
.main-navigation a {
color: #cacaca;
line-height: 20px;
padding: 15px 15px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-navigation a:hover {
background: #000099;
color: #f1f1f1;
}
.main-navigation ul ul {
background-color: #333333;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
text-transform: none;
padding: 10px;
}
.main-navigation ul ul a {
color: #cccccc;
line-height: 20px;
padding: 10px 15px;
}
.main-navigation ul ul a:hover {
background: #222222;
}
.main-navigation li.current-menu-item {
background-color: #000033;
}
.main-navigation li.current-menu-item a {
color: #fff;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
color: #CACACA;
content: “\f054”;
display: inline-block;
float: right;
font-family: FontAwesome;
font-size: 10px;
margin: 1px 0 0 10px;Forum: Themes and Templates
In reply to: [SuperMag] Header Advertisement not displaying on live siteHello again:
Well, I agree with you at this point. I asked several friends to look at the site today and they all sent me screenshots showing the photo.
I, however, can still NOT see it on any of my browsers (4 different ones.)
I have no idea what it can be, but as long as visitors can see the header advertisement, that is all that matters.
Thank you for your assistance.
Angela
Forum: Themes and Templates
In reply to: [SuperMag] Header Advertisement not displaying on live siteHello again:
Sorry for the delay in responding. Thank you for trying to help.
I just took this screenshot of what I see when I go to the page using Firefox. Chrome and IE.
https://keepitlocalarizona.com/alleca/2016-04-25.pngI am not sure how you see that photo when you go here:
https://keepitlocalarizona.com/allecabut I have dumped cookies, tried it from different computers and my cell phone. I cannot see the photo in the Header Advertisement to save myself.
Any additional ideas?
Thanks
AngelaForum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Again, Bojan… you made my day. That totally fixed the issue and it looks fabulous now.
Thank you, thank you.
Have a wonderful week.
AngelaForum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Hey Bojan, back again with one final question for you.
Please look at the header image here
It starts to repeat to the right side and I just cannot seem to get it fixed. Also, the height of 150 cuts off the bottom of the American Legion logo and increasing it didn’t fix it either.
Your knowledge would be very much appreciated.
Thanks,
AngelaForum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Bojan:
Once again, that worked like a charm.
Thank you again for everything. The header is perfect now.
You really know your stuff.
Have a great weekend. And thanks for everything.
Forum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Forum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Oh, and I would like to make the grey wrapper around the header image shorter as well. I don’t want to waste space under the top menu.
OK, I am done, lol. Thank you for any help.
Forum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Bojan… Back again with one final question. Our Legion post decided to remove the Site name from the header completely.
I went to Appearance > Customize
Removed the site title and taglineWhen I did that, my header photo got cut in half. I have no idea how to fix this.
Could you look one more time please?
Any help would be appreciated.
Thank you for everything.
Forum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Bojan:
That is fabulous. Thank you, thank you.
If I understand what you did…
you made the header a fixed height to fit the picture in and
you moved the nav bar down 110px and moved it to the right, correct?My results are perfect.
Hoping you have a marvelous week. And thanks again.
AngelaForum: Themes and Templates
In reply to: [zAlive] height of the top navigation bar.Bojan: Thank you. The link to the site is:
I’m not that great at CSS and location of things so here is what I would like to do with the top nav bar.
I got the image to appear correctly and I go the links to the pages, not categoies, by using the menu creator. But things changed a bit over the last 4 days.
See this image
https://www.dropbox.com/s/bzu96lgy2jmgm5v/Screenshot%202015-02-17%2015.57.03.png?dl=0I want to move the nav bar from over the image, to under the image (where God and County is now).
Any assistance with that would be fabulous.
Thanks,
AngelaForum: Themes and Templates
In reply to: [zAlive] Stop Repeat of Background ImageAndrew:
You ROCK! Thank you. Check it out now:
https://5off20.com/alp97e/2015/02/09/our-programs-make-a-difference/html body.custom-background {
background-repeat: no-repeat;
background-attachment: fixed;
}The page scrolls over the fixed image.
Thanks again
Forum: Themes and Templates
In reply to: [zAlive] Stop Repeat of Background ImageAndrew:
Here is an example.
https://5off20.com/alp97e/2015/02/09/our-programs-make-a-difference/
Thanks for any ideas to fix it.
The Slider has a version of the background image but that was not what I was referring to.