The Only Chrome Tab Manager You Need

Soooooo many Chrome tab managers in the Chrome store but after researching and downloading and sampling half a dozen I've settled on one that does everything I need. Too many Chrome tab managers can only manage, sort or group tabs from a single window. Being highly disorganized and preferring apps and sites one click away I typically have multiple windows with tabs open. What I needed was something that can just quickly kill tabs across multiple windows. I finally found it in Tabli. It groups open windows with their tabs at a glance where I can quickly kill tabs I no longer need. Some may like to organize or group open tabs for later. I hardly ever do that so this is the perfect chrome extension for that purpose. Even the ones that can save grouped tabs cannot do it across multiple windows so that adds to the inconvenient factor for me.

Continue ReadingThe Only Chrome Tab Manager You Need

Adding A Background Color and Dropshadow To Astra Theme Header

Astra is the new kid on the block of lightweight, easily customizable Wordpress themes along with OceanWP and the one that started this trend Generatepress. All the free version of these themes are already quite powerful out of the box but the pro versions offer a lot more customizability. I would say OceanWP's free version right now has the most features out of the box. This site actually runs on Astra. I chose it more for it's future abilities and it's claim to be the fastest Wordpress theme. I wanted custom background color and a thin dropshadow under the header and found there was no setting in the customizer to do that. Instead you will need to go into Appearance/Customize/Additional CSS In there just add this piece of code. .main-header-bar { background: #f4c842;box-shadow: 0px 3px 3px #b8b8b8; } The CSS box shadow property sequence is horizontal shadow size, vertical shadow size, the blur spread size and shadow color.  

Continue ReadingAdding A Background Color and Dropshadow To Astra Theme Header

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