Blog Posts Header

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #27430
    sphereteam
    Participant

    hi, thank you for the amazing theme. Can you please go here: http://www.sphereco.co/spheredev2/video-vignette-ey-strategic-growth-forum/
    Can you tell me how to remove header for all posts all together?

    #27433
    Veena
    Moderator

    Pls have the below custom CSS –

    .single-post #title-area {
        display: none;
    }
    
    #27858
    sphereteam
    Participant

    hi, can you please tell me how to change the colors on social media icons and background color title bars? Please see images attached.

    #27865
    Veena
    Moderator

    We have added social icons(including background) as images, so you need to change the color in the file itself – http://www.sphereco.co/spheredev2/wp-content/themes/squash/images/social-icons/social-sprite.png

    For changing title background pls use the below custom CSS in themeoptions –

    #title-area {
        background: #000 !important;
    }
    th {
        background: #000;
        color: #fff;
    }
    
    #27888
    sphereteam
    Participant

    hi, thank you reply!
    i have changed logo size recently and now in mobile view the logo overlaps the phone numbers. Can you please see the image attached and advise how i can fix this issue?

    thanks,

    [attachment file=27889]

    #27899
    sphereteam
    Participant

    hi, can you please tell me how to fix this issue?

    #27903
    Veena
    Moderator

    Pls have the below custom CSS –

    @media only screen and (max-width: 767px){
    #phonenum {
        margin-top: 15px;
    }}
    
    #27907
    sphereteam
    Participant

    thank you for response. However when i added css code, now there is no space in between the logo, phone number and social media icons. Please tell me how to fix it? I tried adjusting margin-top number, but that made things worse.

    Thanks for your help.

    [attachment file=27908]

    #27910
    Veena
    Moderator

    Pls increase the margin-top value to 15 (above custom CSS) and also add the following –

    @media only screen and (max-width: 767px){
    #header .social-container {
        top: 60px;
    }}
    

    Pls modify the values according to your requirement.

    #28050
    sphereteam
    Participant

    hi, can you please tell me how to remove the following from a certain posts for certain category. See image. In this case, i would like to remove highlighted for all posts under WEBINAR category.

    thank you.

    #28052
    Veena
    Moderator

    Can i get specific page link pls?

    #28061
    sphereteam
    Participant

    http://www.sphereco.co/spheredev2/privilege-access-management-webinar-why-you-need-it-in-your-toolbox/

    actually i just want to remove
    Posted on: Oct 26Author: alexCategories: Webinars No Comments
    altogether from displaying it on any posts.

    #28062
    sphereteam
    Participant

    Can you tell me how to have social media links in header to open up in a new page?

    #28064
    Veena
    Moderator

    http://www.sphereco.co/spheredev2/privilege-access-management-webinar-why-you-need-it-in-your-toolbox/

    actually i just want to remove
    Posted on: Oct 26Author: alexCategories: Webinars No Comments
    altogether from displaying it on any posts. —
    Have you managed this?
    Because i am not seeing the same in the given page link(also in previous and next posts)

    #28065
    Veena
    Moderator

    Regarding social media- By default it should open in a new tab.
    Can i get a temp login to your site as a private reply, pls?

Viewing 15 posts - 1 through 15 (of 21 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.