• I’m trying to adjust the attributes of the title of pages as follows: I want to adjust the text and the area for the title both considerably smaller. I want text to align on the left instead of centered. I’d like to apply a gradient background. I can accomplish the gradient and I can make the text smaller.
    I cannot move the text left and I cannot make the area the text is in to match the height of the text.
    Here is the css I have added to the custom codie areas of the theme.
    .page_head {background: linear-gradient(to right, white, #4e5b6f, #0d3470,white); font-weight: bold; color: black; float: left; font-size: 12px;}
    Here is a link to a screen shot of what I am looking and another for what I’m seeing.
    http://www.fvacwi.org/site/screenshots-for-page-title-problem/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    .page .pagetitle_wrap {
        text-align: left;
        margin-top:0 !important;
        margin-bottom:0 !important;
    }

    Thanks

    Thread Starter TimCarey

    (@timcarey)

    The only thing I am unable to do is change the text color to black about changing the color of other extra elements. I have tried color: black;
    But maybe not in the right place. Also where in code do I find that page titles. I’d like to not have the same title for the home page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing page title size and attributes’ is closed to new replies.