driggers01
Forum Replies Created
-
Forum: Plugins
In reply to: [Weekly Class Schedule] Unable to add classIssue solved.
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleCan you tell me how to access the custom CSS?
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleI’m not sure what you mean. The catch box theme allows me to access the style.css file. It is in this file that I have made many customization.
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleI’ll keep researching.
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleI did identify the element and added the ‘#access…color: #5CACEE’ to the CSS file (see below):
}
#branding ul.menu,
#colophon #access-footer ul.menu {
font-size: 14px;
list-style: none;
margin: 0 0 0 -0.8125em;
padding-left: 0;
#access li id=”menu-item-364″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-364″ a {
color: #5CACEE;
}
}I didn’t see a change to the page (reloaded, cleared cache…). Did I make a mistake with the line syntax?
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleThanks. I’ll give that a try.
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleI would prefer not to. I can play with the code myself. Only have one question really…how to identity item number associated with ‘Shop the Store’?
#access li.page-item-?? a {
font-family: curlz mt; font-size: 23px; color: #aabadd;
}Where ‘??’ equals number associated with ‘Shop the Store’
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleYes
Forum: Themes and Templates
In reply to: [Catch Box] Change one menu item's font and styleI don’t use a plugin but I can access the CSS file.