Search results for logo in center
457 articles found
-
Center Logo For Mobile Devices
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Improvement on the Center Header Style
Since OceanWP 1.4.0, the Center header style has been improved, the old method was to automatically add the logo to the middle of your menu, the problem with this method is that often the logo was not
-
Align Main Menu Center on Top Menu Header Style
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Center Blog Entry Content
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
I Uploaded My Logo but the Demo Logo Is Still Visible
If you uploaded your own logo but the demo logo is still displaying on your website, make sure you have correctly added your: #1 Main Logo via Appearance > Customize > Header > Logo, #2 Retina Logo
-
My Logo Is Not in Line With the Menu on Mobile
If you are using the Medium Header or Top Menu Header styles (Appearance > Customize > Header > General), your logo on mobile will always be displayed above the menu toggle button. If you want your
-
Change Custom Logo URL
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Add a Title Tag to your Logo
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Center Align WooCommerce Product Price on Mobile Devices
By default, WooCommerce Single Product Price is aligned left on mobile devices. If you want to center align WooCoomerce Product Price, use the following CSS snippet: @media only screen and
-
Center Align WooCommerce Product Title on Mobile Devices
By default, WooCommerce Single Product Title is aligned left on mobile devices. If you want to center align WooCoomerce Product Title, use the following CSS snippet: @media only screen and
-
Remove Logo Hover Effect
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Change Logo Padding for the Top Menu Header
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Before Logo
The ocean_before_logo hook appears before the #site-logo element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..
-
After Logo
The ocean_after_logo hook appears after the #site-logo element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..
-
After Logo Inner
The ocean_after_logo_inner hook appears after the #site-logo-inner element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..
-
Before Logo Inner
The ocean_before_logo_inner hook appears before the #site-logo-inner element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..
-
Logo - OceanWP Settings
Using the Logo section of the OceanWP Settings, you can apply your custom logo and retina logo. Main website logo and retina logo are assigned via Customize > Header > Logo. By default, the main
-
Array Word Next to the Logo
If you have an array next to your logo, go to the Header > Logo section of the customizer and remove or add your retina logo.
-
How to Add an SVG Logo
If you would like to add an SVG logo to your header, follow these simple steps: 1 Enable SVG Support via your WP Dashboard, OceanWP > OceanWP Panel > Integration (if you're running OceanWP 3.2.2
-
Logo or Other Images Not Visible on Mobile Devices
When a logo or other images are not visible on mobile devices, this means those images have been loaded using the http:// URL protocol, instead of the https:// Images loaded using http:// URL are
-
Header - Customizer
Default theme settings may differ if you have imported one of the OceanWP prebuilt website templates for WordPress. This is because these templates come with their own Customizer settings. However,
-
I Am Unable to Access My Account
Learn how Customer Accounts function by checking out our document on Customer Accounts. If, for any reason, you are unable to access your account via the OceanWP website, you can access the customer
-
Ocean Sticky Header Changelog
Ocean Sticky Header Changelog: = 2.2.1 - NOV 14 2024 = Added: Compatibility: Ocean Elementor Widgets: Anchor links for the Table of Contents widget. Added: Compatibility: WordPress: Bottom margin
-
How To Create a Custom Header
Since version 1.1.1 of OceanWP, you can create your own header with your favorite page builder. Learn how to create a custom header template and implement it on your OceanWP powered website: The
-
Display the Sub Menu in Current Page in the Vertical Header Style
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Why Use OceanWP?
OceanWP Multi-Purpose Theme - For Websites With No Limits You have so much to give but your WordPress theme is standing between you and the realization of your ideas? Themes with limited features
-
eCommerce Features in Depth
Deep and easy to use WooCommerce support Make your shop truly unique by styling it any way you want. Simply make all adjustments directly from WP Customizer. Prevent the need for multiple WooCommerce
-
Pages & Special Pages - Customizer
Default theme settings may differ if you have imported one of the OceanWP prebuilt website templates for WordPress. This is because these templates come with their own Customizer settings. However,
-
Redirect Logout on the WooCommerce My Account Page
If you want to redirect your customers to a different page after they use the logout option on the WooCommerce My Account page, use the following PHP snippet: /** * WooCommerce My Account Page Logout
-
Add Language Files In Child Theme
function my_child_theme_locale() { load_child_theme_textdomain( 'ocean', get_stylesheet_directory() . '/languages' ); } add_action( 'after_setup_theme', 'my_child_theme_locale' ); All PHP snippets sho
-
Display the Latest Posts in Slider
You can display your latest posts in slider with a shortcode. First, install and activate the free Ocean Posts Slider plugin, when the plugin is activated, a new post type will appear Posts Slider, fo
-
Add Widget Area in Mobile Menu
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Add a Menu in The Footer Bar
You can easily add a menu in the footer bar just after the opening button. 1 Go to Appearance > Menus and create a new menu. 2 Add your menu items you want to see in the footer bar in this menu. 3 Che
-
Add Category Description in the Category Page
To add your post category description in your category page, follow its steps: 1 Go to the theme folder, copy the index.php file and paste it into your child theme. 2 Rename this file in category.php
-
Make Products Appear the Same in Height
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Hide Comments in the Recent Posts Widget
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Add a shortcode slider in a page
You can add shortcodes for the Ocean Posts Slider, any template made via WP Dashboard, OceanWP > My Library (old settings: Theme Panel > My Library) or whatever you want in multiple locations of your
-
How to enable Open Graph in OceanWP
Open Graph is a technology that allows developers to control what content they want to display when a page is shared on Facebook and other social media platforms. For OceanWP 4.0.0 and above, to
-
Sticky Header - Customizer
Default theme settings may differ if you have imported one of the OceanWP prebuilt website templates for WordPress. This is because these templates come with their own Customizer settings. However,
-
Display the latest posts in a mega menu
It's easy to display your latest posts in a mega menu. First, log in to your WordPress dashboard and go to Appearance > Menu, click the Categories tab on the left, add your category in your menu and c
-
Add Custom Color Palettes in the Color Options
// Replace the default color palettes in the color picker function my_custom_color_palettes( $palettes ) { $palettes = array( '#000000', '#ffffff', '#f44336', '#03a9f4', '#00bcd4', '#ffeb3b', '#ffc107
-
Alter The Text In The Mobile Menu Link
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Add a Dynamic Date in the Footer Bottom
Since Ocean Extra plugin 1.1.8 version, you can easily add a dynamic date in the footer copyright area (Customize > Footer Bottom) of your website. What is a dynamic date? A dynamic date is a date
-
Change Widget Heading Tag in Sidebar and Footer Area
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
WooCommerce Widgets Not Appearing in Sidebar or Off-Canvas Filter
If your WooCommerce widgets are not displayed in sidebars or the Off-Canvas filter, then: 1 Go to your dashboard, WooCommerce > Status > Tools, and 2 Click the Update Database option. If the widgets
-
How To Use Only 1 Left In Stock Option
Welcome to your Ocean eComm Treasure Box! The Only 1 Left In Stock feature is available as of Ocean eComm Treasure Box 1.1.0 version. Currently, the Only 1 Left In Stock option only supports custom
-
Add the OceanWP Settings Metabox in your Custom Post Type
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Alter the Hamburger "bars" Icon In The Mobile Menu Link
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Force WooCommerce Widgets to Appear in Sidebar or Off-Canvas Filter
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Alter Contact Info Widget Icons Color in the Footer Area
This is a Developer Level doc. If you're unfamiliar with CSS and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our