Forum Replies Created
-
AuthorPosts
-
tpastoMember
I don't have an answer but am trying to increase the height of the background image in Utility Pro. hoping your answer will help me, can someone weigh in? I can't isolate the background image to figure out how to do this and thinking it is a code thing?
tpastoMemberFor Questions 1-4 If you inspect the elements to find out what to change you can then go to the CSS styles and change them (child theme)
Using Chrome developer tools
inspectFormatting CSS
css
styling linksnot sure what you are asking for question 5
Hope that helps
TeritpastoMemberI believe everything you need to do can easily be done using Inspect tools and changing your CSS styles.
1. change the font size once you have identified the proper selector
2. hyperlink formatting hyperlinks at W3schools
3. adjust your padding/margin
4.same as #1 - background color
5. Not sure I understand question 5 but hopefully that will get you startedMarch 14, 2017 at 5:21 pm in reply to: How do I change the font on the top navegation menu in altitude pro? #203111tpastoMemberI was just trying to add additional google fonts and did find the same link @Victor provided. I had a couple questions
1) Does it matter where we add:
//* Enqueue Lato Google font add_action( 'wp_enqueue_scripts', 'sp_load_google_fonts' ); function sp_load_google_fonts() { wp_enqueue_style( 'google-font-lato', '//fonts.googleapis.com/css?family=Lato:300,700', array(), CHILD_THEME_VERSION );
into the functions.php file?
2) Also I want to add both Raleway and Prata, so do I add and
_add_action
for each set of fonts? Sorry if that is an obvious questions as I am new to digging into the code.Thanks!
tpastoMemberHi RavenManiac
This have been driving me crazy too so I finally took a few minutes to check it out.
Activate Inspect
In the Styles Section there is a small area in the upper right hand corner
:hov .cls
you can select :hov and a pane will expand with checkboxes to force element state
:focus :hover :active :visitedHere is a link that has more information as well
inspectI think I need to play with this a little bit. Let me know what you find!
Teri -
AuthorPosts