Forum Replies Created

Viewing 4 posts - 1,141 through 1,144 (of 1,144 total)
  • Author
    Posts
  • in reply to: Customize not available #151131
    sapana
    Member

    @mjkelleher
    Please try to do the fresh installation of the theme again and let me know if any issue occurs.

    Kind Regards,
    Sapana

    in reply to: Box where arrow should be in menu #150778
    sapana
    Member

    @deegibbons:Please post your site Url.

    Kind Regards,
    Sapana

    sapana
    Member

    @leenajacob: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta-wrapper {
     display: none;
    }

    Kind Regards,
    Sapana

    in reply to: centering image in footer #150291
    sapana
    Member

    @luismarioochoa:
    1)To center the logo
    -create div for both social icons(social-icons)

    <div id="social-icons" class="social-icons">
                        <a href="https://www.facebook.com/BloomRestaurantToronto/"><img src="http://bloomrestaurant.com/wp-content/uploads/2018/07/facebook-e1532482480174.png"></a>
                    
                        </a>
                        <a href="https://twitter.com/bloomrestaurant"><img src="http://bloomrestaurant.com/wp-content/uploads/2018/07/twitter-e1532482445370.png"></a>
     </div>

    Go to = Appearance => Customize =>Additional CSS add following CSS code.
    .social-icons{
    text-align:center;
    }`

    2)To change the color of copyright
    <strong> Go to => Appearance => Customize =>Additional CSS</strong> add following CSS code.

    #site-generator .copyright {
    color: blue
    }

    you can change the color according to your requirement.

    Kind Regards,
    Sapana

Viewing 4 posts - 1,141 through 1,144 (of 1,144 total)