Search results for Fonts

47 articles found

  • Host Google Fonts Locally

    With the OceanWP theme, you can host all Google fonts (that exist within the available list of over 150 Google fonts) locally on your website with a single click. In order to user this feature, you

  • Host Elementor Google Fonts Locally with OceanWP

    Since the OceanWP version 3.3.4, you are able to use the OceanWP feature which will allow you to host Elementor Google fonts locally. In order to use this function, you need to have the OceanWP theme

  • Add New Google Fonts To The Typography Font List

    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

  • How To Add Custom Fonts

    You could easily add a custom font via a child theme. 1. First Add Your Font To Your Child theme Below are the condensed steps for adding a custom font to your child theme, this, of course, assumes yo

  • How To Add Adobe Fonts (TypeKit)

    As of OceanWP version 3.4.0 and Ocean Extra version 2.1.0, you are able to add Adobe Fonts (TypeKit) to your OceanWP theme for free. Once you've connected your Adobe Fonts project with your OceanWP

  • Remove all Google Fonts from the typography settings panel

    /** * Remove all Google font options from the Customizer */ function remove_customizer_google_fonts( $fonts ) { if ( is_customize_preview() ) { $fonts = ''; } return $fonts; } add_filter( 'ocean_googl

  • Custom Google Font Lists

    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

  • Typography - Customizer

    The OceanWP Customizer Typography panel enables you to apply global typography options for your website: Google Font Settings panel, Global Typography Settings section. Default theme settings may

  • Integration - OceanWP Panel

    The Integration section offers the ability to use some additional services with your WordPress website, like MailChimp, and connect them to your OceanWP theme or Ocean plugins. The free Ocean Extra

  • Change Single Post Metadata Font, Size and Color

    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

  • Admin Settings - OceanWP Panel

    The Admin Settings sections allows all OceanWP users to handle specific features of the OceanWP theme or the Ocean Extra plugin that are available to website admins only. The Admin Settings section

  • My Icons Are Missing After Font Awesome 5 Upgrade

    If you are using the OceanWP theme version 1.7.1 or above, and the Ocean Extra plugin version 1.5.17 or above and you are experiencing issues with your icons (for example, your icons are missing or

  • OceanWP Theme Changelog

    # OceanWP Changelog ### 2025.06.17 - 4.1.0 Added: Filter: oceanwp_post_reading_time_words_per_minute: Override words per minute for the blog post reading time functionality. Improved: Blog: Single

  • Disable italic font style from the typography section of the customizer

    Add the below code to the child theme's functions.php file to disable the italic font style from the typography section of the Customizer: add_filter( 'ocean_google_font_enqueue_italics',

  • Use OceanWP Typography with Elementor

    If you want Elementor to inherit your Typography settings applied with the OceanWP theme (Customize > Typography), in terms of font family, color, size etc for the text, headings and more, you need

  • OceanWP Customizer Introduction

    Welcome to OceanWP! The OceanWP theme Customizer enables you to style and customize your website globally ie. apply styling and specific settings site-wide. Each OceanWP Customizer panel has its own

  • OceanWP vs Other Themes Comparison

    OceanWP - the Only Free WordPress Theme with Pro Features OceanWP is the only theme in the WordPress galaxy which offers pro features completely free: 90% of features other themes offer as a pro

  • 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

  • Ocean Extra Changelog

    Ocean Extra plugin Changelog: = 2.4.9 - JUN 02 2025 = Fixed: Potential vulnerability patched: Report by Patchstack from MAY 26th 2025. Shoutout and a thanks to the Patchstack team for patch test and

  • Ocean Elementor Widgets Changelog

    Ocean Elementor Widgets Changelog: = 2.4.8 - APR 07 2025 = Updated: Compatibility: Elementor and Elementor Pro version numbers. Fixed: All slider widgets: Overflow issue caused by Elementor removing

  • Menu - OceanWP Settings

    Using the Menu feature of OceanWP Settings, you can apply a custom menu for a specific page, post, product, etc. Main website menu is assigned via Appearance > Menus, by checking the correct box

  • How To Use OceanWP Typography

    If you have a fresh installation of the OceanWP theme, you can can customize your Typography settings in a breeze. In this article will show you how to properly set up the font family for your

  • Alter Category Typography on WooCommerce Archive Pages

    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

  • Alter Category Typography on WooCommerce Single Product Pages

    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

  • My Icons Are Missing or Showing up as Squares

    *These instructions can only be applied to the OceanWP theme version 1.7.0 and lower, and Ocean Extra plugin version 1.5.16 and lower. If you are using the OceanWP theme version 1.7.1 or above, and

  • Add New Social Options for the Top Bar and The Social 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 New Icons to OceanWP Theme Icons List

    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 New Social Options to the Social Links Widget

    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 New Social Options to the About Me Widget

    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

  • How To Use Typography Responsiveness Settings

    Your OceanWP theme allows you to apply responsiveness settings to Typography. This means that you can set different font size, line height and letter spacing individually for each device (computer,

  • 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

  • Make 'order' and 'download' section responsive under My Account page

    Add the below CSS code to the child theme's style.css file or built-in custom css section to make the 'order' and 'download' section responsive under 'my account' page -  1. Order section - @media scr

  • Performance - 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,

  • [oceanwp_last_modified] Shortcode

    This shortcode allows you to display the last modified date of a single page or blog post, in case you do not wish to include the Modified Date meta option in OceanWP Single Blog Post settings

  • Ocean Cookie Notice Changelog

    Ocean Cookie Notice Changelog: = 2.1.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. Fixed: Translations: Function _load_textdomain_just_in_time was called incorrectly. = 2.1.0 -

  • Site Style & Settings - 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,

  • How to Replicate the Theme Screenshot?

    Important: This tutorial on how to recreate a theme screenshot manually was written in 2016. There are much better and painless ways for you to recreate a screenshot of your website (using a page

  • Ocean Modal Window Changelog

    Ocean Modal Window Changelog: = 2.3.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.3.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW:

  • Ocean Gutenberg Blocks Changelog

    Ocean Gutenberg Blocks Changelog = 1.1.9 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 1.1.8 - AUG 05 2024 = Updated: WordPress version for compatibility. Fixed: Error when

  • How to Add an Icon To a Menu Item

    You can easily add icons to your menu items if you wish. Open your menu item, click Select for the "Icon" field, an icon panel will open where you can select your icon. Several options are available:

  • Ocean Product Sharing Changelog

    Ocean Product Sharing Changelog: = 2.2.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.2.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW:

  • Modal Window - 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,

  • Ocean Social Sharing Changelog

    Ocean Social Sharing Changelog: = 2.2.1 - MAY 19 2025 = Updated: WhatsApp Share API: URL updated. Updated: Compatibility: WordPress version number. = 2.2.0 - OCT 16 2024 = NEW: Customizer: Library

  • [oceanwp_icon] Shortcode

    This shortcode allows you to display an OceanWP SVG Icon (and only OceanWP SVG icons) anywhere on your website. Find the list of available OceanWP SVG Icons and their class names here. Shortcode:

  • Add Social Share Buttons Under the Short Description

    /** * Add social share buttons under the short description */ function woo_social_share_under_desc() { // Vars $product_title = get_the_title(); $product_url = get_permalink(); $product_img = wp_get_a

  • How To Enable Color Swatches for WooCommerce Variable Product Attributes

    First, download  WooCommerce Variation Swatches plugin, you can also install it via your site backend as well. Head to your site dashboard and navigate to Plugins >> Add New. Search for WooCommerce Va

  • Ocean Portfolio Changelog

    Ocean Portfolio Extension Changelog: = 2.3.2 - MAY 19 2025 = Updated: Compatibility: WordPress version number. Fixed: Translations: Function _load_textdomain_just_in_time was called incorrectly. =