• Resolved tonydidsbury

    (@tonydidsbury)


    couple of questions:
    1. on each page, just below the menu and above the main content is a green stripe, how do i change this to red?
    2. my footer information seems to only go across 1/3rd of the page. how do i change the footer information to go across the whole width?

    website is https://cartwrightsschoolofmotoring.co.uk/

    thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello tonydidsbury,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.

    
    .blog-masonry .blog-carousel {
     border-top: 5px solid #DD3333 ;
    }
    
    #copyrights {
     margin-bottom: -24px;
    }
    
    #copyrights #copyright_section {
     width: 100%;
    }
    
    #copyrights #copyright_section .footer_copy_text p {
     text-align: center;
    }
    

    Hope this will helps you.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Did the above solution work for you?

    Let us know for further assistance.

    Thank You

    Thread Starter tonydidsbury

    (@tonydidsbury)

    works a treat thank you ??

    one more thing that I’ve just noticed. How do I change the link colours in main content text? The template is set to the default green style so would again like the links to be red.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello tonydidsbury

    Try below css.


    .container a {
    color:red;
    }

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    @addweb-solution-pvt-ltd Thanks for your contribution.

    Thread Starter tonydidsbury

    (@tonydidsbury)

    brilliant! works perfectly.

    Thread Starter tonydidsbury

    (@tonydidsbury)

    now resolved

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank YOu

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘2 questions regarding display’ is closed to new replies.