Changing page title size and attributes
-
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.
https://www.fvacwi.org/site/screenshots-for-page-title-problem/
- The topic ‘Changing page title size and attributes’ is closed to new replies.