Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1344057
    Nico
    Moderator

    Let us know how it goes.

    Feel free to ask us again.

    Thanks.

    #1347747
    PaulDeF515
    Participant

    Hello 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

    #1347938
    Joao
    Moderator

    Hi 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

    #1349736
    PaulDeF515
    Participant

    Thanks 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

    #1349743
    PaulDeF515
    Participant

    Sorry – 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

    #1350112
    Rue Nel
    Moderator

    Hello 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.

    #1350116
    PaulDeF515
    Participant

    Thanks 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

    #1350271
    Paul R
    Moderator

    Hi,

    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

    #1351136
    PaulDeF515
    Participant

    Regarding – 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

    #1351359
    Joao
    Moderator

    Hi 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

    #1354272
    PaulDeF515
    Participant

    Yo 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

    #1354708
    Lely
    Moderator

    Hi 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.

    #1359827
    PaulDeF515
    Participant

    Thanks 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

    #1359840
    Jade
    Moderator

    HI Paul,

    Please try this code:

    
    .x-portfolio .entry-cover-content {
        color: #000;
    }

    Hope this helps.

    #1359843
    Jade
    Moderator

    HI Paul,

    Please try this code:

    
    .x-portfolio .entry-cover-content {
        color: #000;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1339796 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>