OceanWP-How To Change Header Menu Styles

Updated: Apr 26, 2022 OceanWP has some default menu stylings built into the header and demo themes typically use one of these as defaults. Unfortunately, it's not available in the obvious Menu setting but in Header/General/Style setting. To change header menu styling, you may need to set the style in Header/General/Style. Menu Options:Minimal:white background with horizontal menu, social icons top right cornerIn Minimal Style: To adjust top padding of menu adjust Header/General/Height (px)Transparent:transparent bg, menu horizontal, social icons top right cornerTop Menu:white bg, menu at the very top with Logo above or belowFull Screen:logo left, hamburger menu on rightCenter:white bg, center text menu and logoMedium:white bg, search box top left, logo, social icons all on top. Second row is menu in light grey.Vertical is a hamburger slider bar on left or right.Custome Header:set in in library FOR DROPDOWN MENU STYLING You can style your menu dropdown in the customizer section. Go to Customize > Header > Menu > Dropdown Styling and set background color with transparency. For the font setting, go to Customize > Typography > Main menu – Dropdown TO CUSTOMIZE MENU SOCIAL ICONS & URLS Customize/Header/Social Menu TO PREVENT TOP MENU HEADER FROM SHRINKING WHEN SCROLLING This is…

Continue ReadingOceanWP-How To Change Header Menu Styles

Centering An OceanWP Footer Widget Examples

CENTERING OCEANWP FOOTER WIDGETS Icons may not align. Centering Social Icons #footer { text-align: center; } #footer .owp-social-share li { float: none; display: inline-block; } #footer-widgets .footer-box .widget-title { border: 0; padding: 0; } Centering Contact Info Widget #footer { text-align: center; } #footer .widget-oceanwp-contact-info li { float: none; display: inline-block; } #footer-widgets .footer-box .widget-title { border: 0; padding: 0; } Change border color of contact icons. #footer-widgets .contact-info-widget i {border-color:#000}

Continue ReadingCentering An OceanWP Footer Widget Examples

Changing WordPress Site Title Color in OceanWp

If you are not using a logo on your Wordpress theme and just have text for the site title or sitename, here is where you can change the site name color in the OceanWP theme. In the OceanWp Customizer (Wordpress's Appearance/Customize) go to Header/Logo section and scroll down to the Color setting and use the color picker or type in your hex value. This will change the text color in the header.

Continue ReadingChanging WordPress Site Title Color in OceanWp

OceanWP Quick Notes, Access Common Settings

TOPBAR Top Bar, turn off top bar above Header = Top Bar/General Turning off Top Bar in OceanWP/Theme Panel/Customizer Sections will get rid of all colour and other settings for the top bar. Top Bar Dropdown Menu Colors For Topbar menus: links can ONLY be 1 color, including dropdowns Top Bar/General/Link Color Use Header/Menu/Dropdowns Styling for dropdown background colors Colour, Link Colours: Customize/Top Bar/General Background & border colours. Small social icons on Top Bar. Customize/Top Bar/Social OceanWP Customize/Top Bar code, adds icon and phone number <i class="icon-phone" style="margin: 0 7px 0 0; color: #0a3069;"></i> 1-555-645-324 <i class="icon-clock" style="margin: 0 7px; color: #0a3069;"></i>Monday - Sunday 10:00 - 22:00 HEADERS Site Name, Domain name URL link colours: Header/Logo  Color:Color: Hover Background Colour = Header/General Header Padding = Header/General Header Background Image = Header/Header Media Header Menu link colours, underline (can override general settings),effects = Header/Menu Header Search = Header/Menu To put menu in header. Customize/Menus/ Header Menu Font styles = Typography/Main Menu Header Menu dropdown menu height = Typography/Main Menu:Dropdowns Header Menu colour settings = Header/Menu The Main Styling section controls the colors for the very top of the menu buttons. The Dropdown Styling section controls colors for dropdowns only. Header Height/Menu Position…

Continue ReadingOceanWP Quick Notes, Access Common Settings