jgoodwyn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cognize] How do I get the extra junk off my pages?Bueno! You’re a star. Thank you. All that junk was in the footerbox sidebar in the widgets.
Forum: Themes and Templates
In reply to: [zeeBizzCard] Is there any way to add an ICO image?Thanks for your help!
Forum: Themes and Templates
In reply to: [Minamaze] Changing "a links" without changing navigation linksAwesome! Thanks!
Forum: Themes and Templates
In reply to: [Fara] Adding Social Icons to Fara ThemeCool. Thanks again!
Forum: Themes and Templates
In reply to: [Fara] Adding Social Icons to Fara ThemeOkay, another issue has arisen. I created the menu, added the social link, and as long as I was logged in, the icon showed up fine. As soon as I logged out and looked at it, it just looks like a little white box. Any ideas?
Forum: Themes and Templates
In reply to: [Fara] Adding Social Icons to Fara ThemeCool! Thanks Vlad!
Awesome! Thanks for the fix – and yes, .4 looks great!
Forum: Themes and Templates
In reply to: [SweetHeat] Changing responsive menu background / text colorThrough trial and error, I figured out this code:
.slicknav_nav ul li a {
color: #FFF;
}That enables me to do what I want to do with the text. Thanks again!
Forum: Themes and Templates
In reply to: [SweetHeat] Changing responsive menu background / text colorI put this code into the custom editor:
.slicknav_nav {
background: #000;
color: #FFF847;
width:100%;
position: absolute;
left:0;
top:66px;
border-top:1px solid #212121;
text-align: center;
z-index:9999;
margin: 0;
list-style: none;
}It made little yellow dots all the way on the left of the responsive nav. I tried using that same hex code and adding the tag ” color: #FFF847; ” in every single div of the Slick Nav section and the only things that ever changed were the stack nav icon (hamburger menu) and the yellow dots. All I want to do is change the inactive state of the responsive navigation items. They currently are nearly invisible. The hover state is white and easy to see.
Forum: Themes and Templates
In reply to: [SweetHeat] Changing responsive menu background / text colorOkay. I appreciate your help, but I’ve done that and it had no effect.
Forum: Themes and Templates
In reply to: [SweetHeat] Changing responsive menu background / text colorIs there a CSS Editor that you recommend?
Forum: Themes and Templates
In reply to: [SweetHeat] Changing responsive menu background / text colorHere’s all the “Slick Nav” code. Where would you insert your tag? (I’m not a programmer; I’m just trying to get a bridge solution done till a programmer can do this)
.mobile-nav .slicknav_menu > a {
text-transform: uppercase;
font-size:14px;
color: #fff;
font-weight: 700;
}.slicknav_nav {
background: #000;
width:100%;
position: absolute;
left:0;
top:66px;
border-top:1px solid #212121;
text-align: center;
z-index:9999;
margin: 0;
list-style: none;
}
.sub-menu {
margin: 0;
list-style: none;
}
.slicknav_menutxt {
font-size: 26px;
}
.slicknav_nav li {
border-bottom:1px solid #212121;
}.slicknav_parent ul li:last-child {
border-bottom:3px solid #50a6c2;
}.slicknav_nav > li a {
display: inline-block;
color: #6c767e;
text-transform: uppercase;
font-size:14px;
font-weight: 700;
transition:0.3s all;
}.slicknav_nav > li > a {
padding:10px 8px;
width:100%;
}.slicknav_nav li:hover > a,
.slicknav_nav li:hover > a > a {
color:#fff;
}.slicknav_parent ul li a {
padding:10px 8px;
width:100%;
}.slicknav_parent ul li a:hover {
color:#fff;
}
.masonry {
list-style: none;
}Forum: Themes and Templates
In reply to: [SweetHeat] Changing responsive menu background / text colorWhat do you mean by “CSS Editor Plugin”? Is that just the “Editor” under “Appearance”? I have an “Editor” under “Plugins” but it’s the Aksimet tool and doesn’t have the CSS in it.
Forum: Themes and Templates
In reply to: [Minamaze] Social Media IconsNever mind. It always seems that as soon as I ask the question and then go back to the dashboard, I find the answer.
Forum: Themes and Templates
In reply to: [Minamaze] Modify the "Featured" boxes on the landing page.Never mind. I found it. It’s not very intuitive but it’s easy to use, once you figure it out.