jtinn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Hover over Links ColorMake sure you have every character from his list. Once I did the entire list, it worked.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Logo on Sticky Navigation BarSomeone shared this with me:
/* Add Logo to Menu */ .main-navigation .home { width: 20em; background: url(https://image name and location); background-repeat: no-repeat; background-position: center; background-origin: border-box; background-size: 250px 46px; text-indent: -9999px; } /* Set Menu Width */ .navigation-top .wrap { max-width: 100%; /* padding: 0; */ } @media screen and (min-width: 48em) { .navigation-top .wrap { max-width: 100%; /* padding: 0.75em 3.4166666666667em; */ } }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 7 years, 7 months ago by bdbrown.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Hover over Links ColorI am sorry Michael for my ignorance. I have done as you have suggested and it worked perfectly.
Thank you again!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Hover over Links ColorYes Michael I have attempted to do as you suggested, but I could not get it to work. As an example, I tried using:
.page-links a:hover
.page-number, {
color: #4C94E0;
}It presented no change.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Hover over Links Colorsharonvillines:
thank you for your suggestions.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Hover over Links ColorMichael, thank you, but can you help me with this specific problem?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] White border around main menu?!If none of the others work, try this:
/* The menu background color */
.navigation-top,
.main-navigation ul {
background: black;
border: 0;
}Forum: Themes and Templates
In reply to: [Twenty Seventeen] Borders around images showing up…Stephen, my apologies, I had a type-o that I fixed and it works perfectly!
Thanks so much!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Borders around images showing up…Hi Stephen,
Thanks so much, but it did not work. Any other options?
All the best,
JonathanForum: Themes and Templates
In reply to: [Twenty Seventeen] Borders around images showing up…Of course. Thank you.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Image in Login Widget?Thank you for your answer.
Can you give me more information how to do that?