Forum Replies Created
-
AuthorPosts
-
William
Memberportfolio-archive.php 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
November 28, 2016 at 1:07 pm in reply to: Code for changing font size in Text widget in Genesis News Pro child theme #196738William
Member.widget-title { font-size: 12px }
🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberIt's definitely possible 🙂
Have a look a this:
https://developer.wordpress.org/reference/functions/get_terms/#comment-288
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
Member.entry-header::after { border-bottom: none; }
🙂 That's it !
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberWow...
First, I made a mistake...
h1.entry-title { font-weight: 700; }
Copy and paste this code and paste it all the way of the bottom of your styles.css file.. You may need to refresh your page a few time until you see the effect.
🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberTotally confused me 😛
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberInside your themes functions.php file, look for:
wp_enqueue_style( 'parallax-google-fonts', '//fonts.googleapis.com/css?family=Montserrat|Sorts+Mill+Goudy', array(), CHILD_THEME_VERSION );
Replace the Google font url with the Google font you would like to use.
Then update you styles.css 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberWell if you change theme, you will lose all the edits you did in both the functions.php file and styles.css
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberHi there,
Try this:
h1..entry-title { font-weight: 700; }
Add it to your styles.css
🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
November 15, 2016 at 11:37 am in reply to: Outreach – Error Message when Trying to Add Photos to Site #196188William
Member#1 - Are you using the latest WP version ?
#2 - Have you edited your file permissions ? More info here:
https://codex.wordpress.org/Changing_File_Permissions🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberPerhaps it has something to do withe slider ?
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberMore info here:
https://developers.google.com/webmasters/hacked/docs/request_review
Best of luck with your website 🙁
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberCopy and paste it at the bottom your styles.css file 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberHi Candice 🙂
I would recommend installing this plugin :
http://vodkabears.github.io/vide/
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberThere is a good chance that your website has been hacked.
I would also install WordFence and run a system scan and proceed based on the results.
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberHi there !
You should check your child theme for the landing_page.php template for all your answers 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
November 12, 2016 at 11:39 am in reply to: Change default size for header image in Pro theme #196066William
MemberIn your functions.php file, you should see something like this :
//* Add support for custom header add_theme_support( 'custom-header', array( 'width' => 500, 'height' => 140, 'header-selector' => '.site-title a', 'header-text' => false, 'flex-height' => true, ) );
Adjust it there 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberCan you share a link to your live website 🙂 Seems unlikely that a Genesis Child theme has faulty CSS !
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
November 12, 2016 at 10:50 am in reply to: Just another………this one is based on the "Elegance" child-theme. #196058William
MemberBeautiful menu, the logo positioned in the center looks great !
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberHere you go:
.styles .nav-header .genesis-nav-menu a { text-transform: Capitalize; }
🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
-
AuthorPosts