wp_l3rn3r
Forum Replies Created
-
Brilliant! If I can suggest, the “New Window” text is completely covered by the URL of the image so I couldn’t see it.
Thank you for an awesome plugin!Forum: Themes and Templates
In reply to: [Minamaze] Change "Read More" Button Color and TextThe problem is that this file is loaded by the functions.php file.
Trying to follow the code on the WordPress Child Themes page in the Using functions.php section did not work, and it wouldn’t really matter if it did because I do not maintain the parent theme. If they update that file, my changes are lost just the same as if I manually update the 02.homepage.php within the parent.So basically, I’m left modifying the parent theme file and hoping it doesn’t get updated when I’m not looking, or testing it every time there is an update to make sure it has not been reverted. Not a very elegant solution. I would love to get a good idea from someone that makes me feel a little stupid, but a lotta happy to fix this the “right way”.
Forum: Themes and Templates
In reply to: [Minamaze] Change "Read More" Button Color and TextHi again,
Changing the button color was simple and had been explained previously. I just needed more coffee to see that. To change the button color and background color, you can add this to your custom css:.themebutton { background: #BBDAFF; } a.themebutton { color: #0000CE; } .themebutton:hover { background: #6094DB; }Don’t ask me why the color for the font needs the “a” at the beginning.
I am still trying to figure out why changing the text does not work in a child theme, but works in the main parent theme for the file:
wp-content/themes/minamaze/admin/main/options/02.homepage.php
Regards,
BryanYou are awesome. Thank you for that. I know it’s quick and simple, but it helps a lot!