Tagged: x
-
AuthorPosts
-
January 24, 2017 at 7:32 pm #1344057
NicoModeratorLet us know how it goes.
Feel free to ask us again.
Thanks.
January 27, 2017 at 7:50 am #1347747
PaulDeF515ParticipantHello Everyone. I wanted to report back that I am making some good progress thanks to all your help. I am now working off of a live site. pauldefilippi.com … I have a few questions regarding a few problems I am having …. 1. I am not sure how to change the color of the search / magnifying glass on my homepage … 2. I have created a main portfolio page but I can’t seem to figure out how to get it to show up on my homepage next to the magnifying glass like it does in the demo. I can only access it from my dashboard and not the actual live site. 3. How can I get the font in the body of my site to match the font I am using for my name at the top of the homepage – I can’t seem to find where to edit this … Any help would be greatly appreciated … Please let me know if you need any other info from me – thanks – Paul
January 27, 2017 at 10:54 am #1347938
JoaoModeratorHi Paul,
1-You can change the color of your icons on the navbar on Appereeance > Customizer > Header, Home is white because is active, otherwise would be red as well.
2- Go to Appereance > Menu > and add the page to your menu items.
3- Adjust it on Appereance > Customizer > Typography
Let us know if you need further help.
Joao
January 29, 2017 at 11:45 am #1349736
PaulDeF515ParticipantThanks all – You all are really helping me out …. Having a problem with the top portion …. the top header is cutting into my first section and I can’t find where or how to fix it …. you can load the site to see what I mean …. pauldefilippi.com / or see attached jpg thanks
January 29, 2017 at 11:51 am #1349743
PaulDeF515ParticipantSorry – Another thing on my home page … Can I change the color or the image of the circle drawn in marker around my contact me button …. thanks
January 29, 2017 at 7:30 pm #1350112
Rue NelModeratorHello There,
Thanks for updating in!
#1] You can resolve this navbar overlapping your sections by adjusting the navbar height. Please go to the customizer, Appearance > Customize > Header > Navbar and set the “Navbar Top Height” to at least 200 pixels.
#2] The image circle is an image and it is in black color. If you want to change it, please create first an image similar to that but with a different color. And then you can use that image in this custom css
.x-btn-circle-wrap:before { background-image: url(your-top-image-path-here); } .x-btn-circle-wrap:after { background-image: url(your-bottom-image-path-here); }Hope this helps.
January 29, 2017 at 7:33 pm #1350116
PaulDeF515ParticipantThanks for the response …. so would I put this
.x-btn-circle-wrap:before {
background-image: url(your-top-image-path-here);
}.x-btn-circle-wrap:after {
background-image: url(your-bottom-image-path-here);
}into a custom field once my own image is created ?
thanks
January 29, 2017 at 11:28 pm #1350271
Paul RModeratorHi,
You need to add that code in Appearance > Customize > Custom > Edit Global CSS.
Make sure to change your-top-image-path-here with the url of your image.
Thanks
January 30, 2017 at 12:19 pm #1351136
PaulDeF515ParticipantRegarding – this from above #1 You can resolve this navbar overlapping your sections by adjusting the navbar height. Please go to the customizer, Appearance > Customize > Header > Navbar and set the “Navbar Top Height” to at least 200 pixels.
The only way I can correct it is if I choose Navbar Position / Static top …. If I chose Fixed top I get the pic that is attached …. any suggestions – se pic attached
January 30, 2017 at 3:16 pm #1351359
JoaoModeratorHi There,
You need to adjust the size of :
your logo size vs your navbar links fontsize vs navbar link spacing
You can find those settings on Appereance > Customizer > Header
There is no spacing to have all elements that big, as you can see your links are dropping to a second line and not aligned with the logo.
Hope it helps
Joao
February 1, 2017 at 3:30 pm #1354272
PaulDeF515ParticipantYo all have been awesome …. I am having a few more problems … If I am on my portfolio page I get all different links along the top of the page when I click on a portfolio item and they link all over the site … nothing consistent .. For example, if I click on the chuckle block image from my portfolio page it brings up the case studies page. from there, if I click home I get what looks to be the Silvertooth home page. This is happening on all the new portfolio links that I created. some work but most don’t … Another thing, when I am on my portfolio page and I hover over an item I would like for it to not be white. Any suggestions – thanks again – Paul
February 1, 2017 at 9:54 pm #1354708
LelyModeratorHi Paul,
It seems that the HOME menu is link to /home not the the default homepage. Please check on Appearance > Menu. Choose your front page instead of homepage.
For the hover, please use the following CSS:
.x-portfolio .entry-cover { background-color: rgba(255,255,255,0.925); /*Change this to your preferred background color*/ }Hope this helps.
February 6, 2017 at 10:18 am #1359827
PaulDeF515ParticipantThanks again. Im having another problem. On my portfolio page when I click on one of the items I cannot see any of the verbiage / description. I don’t know if I have the text color set to white or if it is another issue. Any help would be great.
Paul
February 6, 2017 at 10:24 am #1359840
JadeModeratorHI Paul,
Please try this code:
.x-portfolio .entry-cover-content { color: #000; }Hope this helps.
February 6, 2017 at 10:28 am #1359843
JadeModeratorHI Paul,
Please try this code:
.x-portfolio .entry-cover-content { color: #000; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1339796 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
