• Resolved mmasri

    (@mmasri)


    Hi all
    i just wanna change the border of the page title its very thick and its color is black can i know how can i change it to transparent background or replace any thing behind
    kindly help me
    thank you

    [no bumping – please read forum etiquette]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Kathryn Presner

    (@zoonini)

    If you’re referring to the black strip behind the titles on single posts and pages, you can target it with custom CSS like this:

    .single .entry-title, .page .entry-title {
        background-color: #bb00bb;
    }

    Change the colour to anything you like.

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter mmasri

    (@mmasri)

    thnk u ur amazing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change the page header border’ is closed to new replies.