JasonForbes
Forum Replies Created
-
Wow. I don’t know how to go pack into my post and make it private, or delete it, or edit it, on this forum. I might want to do this to this post. Does anybody know how to do this?
Wow. the pop up “edit” link disappears after a time. Piss poor design.- This reply was modified 7 years, 7 months ago by JasonForbes.
Forum: Themes and Templates
In reply to: [Sparkling] [Sparkling] Nav Menu Link ColorSilkalns,
Worked like a charm. Thanks so much. Love the theme! So does the organization president!Regards,
JasonForum: Themes and Templates
In reply to: [Sparkling] Text in sidebaragilitygirl
Go to–
APPEARANCE
THEME OPTIONS (NOT THEMES)
OTHER (NEXT TO SOCIAL)
In the CUSTOM CSS field paste this–#secondary .widget a {
color: #0101DF;
}DON’T FORGET to “save options”
You can change the color by choosing a different HTML color code. The HTML color code is #0101DF
#0101DF is a dark blue
Google “Html color codes” for more info.Forum: Themes and Templates
In reply to: [Sparkling] Read more button is always shownto get rid of the “read more” button—
Ok, I went into the Content.php page and simply removed this code.`<p>” title=”<?php the_title_attribute(); ?>”><?php _e( ‘Read More’, ‘sparkling’ ); ?></p>
to get rid of the “read more button altogether.
I went into the Content.php page and simply removed this code.
`<p>” title=”<?php the_title_attribute(); ?>”><?php _e( ‘Read More’, ‘sparkling’ ); ?></p>
Forum: Themes and Templates
In reply to: [Sparkling] Text in sidebarI found how to change the text color in the sidebar:
Add this to Theme Options – Other – Custom CSS
#secondary .widget a {
color: #FF0040;
}Forum: Themes and Templates
In reply to: [Sparkling] How do you remove the "READ MORE" button?Ok, I went into the Content.php page and simply removed this code.
`<p>” title=”<?php the_title_attribute(); ?>”><?php _e( ‘Read More’, ‘sparkling’ ); ?></p>
how do you get rid of the “read more” button altogether. using sparkling. I don’t want it to appear. I don’t want it to function by default. I want it only to be optional per individual post.
Forum: Themes and Templates
In reply to: [Sparkling] How do you remove the "READ MORE" button?I tried this. It did not work. I’m using “sparkling” How did you get it to work? Use the code where? on the css? I tried on the CSS, and no luck. Not everyone wants a default “read more” button on every post. There should be a simpler option to disable this. FYI, I love this theme otherwise! I’m very grateful. Thanks.
https://wordpress.jasonforbesmedia.com/