StyledThemes

Page Titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15570

    Hi, Me again!
    My client wants the page titles (h1) to be a burgandy color. I can’t see any way of doing it, and this time my CSS efforts failed me.
    He also wants all the sidebar text to be burgandy
    Can you help please?

    #20586
    Sushil Adhikari
    Moderator

    Hi Sally….for the page titles, you have a theme option setting available:

    Go to Appearance >> Customize >> Colours >> Post & Page Titles

    However, this will do all the titles for pages and posts, but if you want to change just the h1 headings only, then you need to do some custom CSS. If you are using jetpack, then use the “Edit CSS” under the Appearance menu and do some custom CSS for just “in-page h1 tags” like:

    h1 {
    	color: #dd9933;
    }

    For the sidebar text, then this CSS needs to target that column container:

    #right-sidebar {
        color: #ccc;
    }

    Of course, you would use whatever colour you want.

    #20587

    Thank You, I can’t see for looking! I knew it should be there but just did not see Grrr!
    Thanks for the widget thing.
    This person is already set up on GoDaddy which do not have great WP support. All sorts of probs with Jetpack!

    #15571
    Sushil Adhikari
    Moderator

    No worries…
    As for Godaddy hosting, I normally don’t like to make recommendations for hosts, but to be honest, I would not use them as a host; great for domain registrations, but hosting, not my choice, as well so many people do experience issues.Do a google search and you will see.. There are maybe a small few of hosts that are worthy, but you might want to check out MediaTemple (which is who I use), or even WP Engine, or Host Gator.

    In a nutshell, probably the most important part of running a site, especially a business website, is the host that you use. This is even more important than the site because this is where your site is running from and you want to make sure you have the best support, powerful stable servers, good control panel for managing your site, but again, solid support should anything go wrong or if you have questions.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.