Fictive theme customization
-
hello to all
i would like to delete the author from my post but the .entry-author { display: none;}…. doesn’t working. I’m using the theme Fictive.
does nobody knows why shows the word “none” in red color when i add it to my css panel?The blog I need help with is albalive.wordpress.com.
The blog I need help with is: (visible only to logged in users)
-
The red color for “none” is just the normal syntax highlighting for property values in the CSS editor. It’s nothing to worry about.
In the Fictive theme, you can add the following to your Appearance > Customize > CSS editor to hide the author name on posts:
.byline { display: none; } -
-
- The topic ‘Fictive theme customization’ is closed to new replies.