New Open Source Sans Font From The BC Government

The BC government has created an open source font based on Google's Noto Sans. This free to use font is called BC Sans and available here. Similar to Myriad Pro and Garamond Pro but mostly for screens at this point. The font is designed to be legible in multiple languages, most importantly, Indigenous languages for BC government web sites. Download links and more details are available at the government web site.

Continue ReadingNew Open Source Sans Font From The BC Government

How To Get Rid Of OceanWP Home Page Slider

Have you ever tried to get rid of or just temporarily disable the home page slider on certain Oceanwp demo themes like the "Personal" theme template? Ocean WP uses a slider shortcode to embed on the home page. You can find the sliders in the Wordpress Dashboard column button called Posts Slider. You will see one called "Home Slider" Just go to the home page and the OceanWP Settings. Click Shortcodes in the left sidebar or the <> icon in Gutenberg Page settings. Find the shortcode and delete it.That's all!

Continue ReadingHow To Get Rid Of OceanWP Home Page Slider

Changing Background Color Of Any WordPress Page 2022

Themes may have their own settings but here's a way to change the background color of any page in the Customizer. Just add the following code in Additional CSS. Where the post number is the home page id. You can find that by hovering over the home page link in Wordpress' Pages listing. /* home page background color */ .post-9 {background-color:#FF7D0B !important;}

Continue ReadingChanging Background Color Of Any WordPress Page 2022

Originmushrooms.su – Origin Mushrooms Official Site Moved To New Domain

Originmushrooms.com is now located at Originmushrooms.su Shop Magic Mushrooms Browse their curated selection of the best Magic Mushrooms available in Canada. chitwan mushroomsorigin mushroomsoriginmushrooms.comorigin mushrooms coupon codeorigin mushroomnepal chitwan mushroomtexas yellow capcubiq microdose gummiespenis envy chocolate barmycochurchgolden door chocolateaverys albinosyellow mushroom texasmicrochips psychedelic chocolate

Continue ReadingOriginmushrooms.su – Origin Mushrooms Official Site Moved To New Domain

Elementor Text Editor Widget Not Changing Font Settings

Have you ever run into problems with the Elementor Text Editor Widget not being able to change the font size, line spacing etc.? At first I investigated whether there was a conflict with the theme but that didn't appear to be the case. Even setting all fonts back to default and disabling Elementor fonts in Elementor settings didn't work. This tiny piece of css added to Wordpress/Customizer/Custom CSS did the trick. .elementor-text-editor p{ font-size: inherit; line-height: inherit; letter-spacing: inherit; }

Continue ReadingElementor Text Editor Widget Not Changing Font Settings

Change OceanWP Color and Fonts In Blog Post Metas

.single-post ul.meta { font-size: 16px; color: #808080;} .single-post ul.meta li a { color: #808080; } .single-post ul.meta li i { color: #808080; } / Blog Archive Page Metadata Font Colors */ .blog-entry.post ul.meta {color:#808080;} .blog-entry.post ul.meta li a {color:#808080;} .blog-entry.post ul.meta li {color:#808080;} .blog-entry.post ul.meta li i {color:#808080;} Edit and add this piece of CSS to OceanWP's Custom CSS/JS section in the Wordpress Customizer. Edit the color in this code. You can also add font family here as well.

Continue ReadingChange OceanWP Color and Fonts In Blog Post Metas

OceanWP Woocommerce Color Settings

Some common OceanWP settings for Woocommerce buttons for product and archive pages. OceanWP Woocommerce general button colors.Go to General Options/Theme Buttons To Change Colors of Related Products :Add to Cart button; at bottom of indiv. products pages Woocommerce/Advanced StylingScroll to Product Entry: Add To Cart Woocommerce Description Tab colors on Product Pages Woocommerce/Advanced StylingScroll to Single Product: Tabs (last 1/3 of scroll) Elementor Error when Editing Make sure to try turning shop page to draft, or change shop page temporarily to another page in Woocommerce. Edit in Elementor, then change page back to main store page or even try leaving that setting blank. Woocommerce/Products/Shop page.

Continue ReadingOceanWP Woocommerce Color Settings

What Is The OceanWP Separate Layout?

OceanWP's page layout section is located here in the Customizer. WP admin dashboard > Appearance > Customize > General Options > General Styles > Pages Full width and boxed layout is pretty much self explanatory but OceanWP has a layout option called Separate that isn't described in the documention. In short the Separate layout makes your content boxed but your header/footer are full width. Hope that saves you minutes of Googling.

Continue ReadingWhat Is The OceanWP Separate Layout?