• Author
    Posts
    • #3070
      gunilla
      Participant

      Hallo ! I have a question about Modern Pro bought it yesterday. everything okay.

      but around all items is a white thin frame, it should not be in the same color as Area Borders, my frames are white and Area Borders reddish as they should be, the same color as my text color

      Hope you understand what I mean 🙂

      Friendly Greetings from Gunilla in Sweden

      Gunilla Theern

      P.s A satisfied customer who is in his 6 design from your d.s

    • #3071
      Andre
      Participant

      hello…. I’m not quite sure I fully understand what you want to do?
      It sounds like you want to change the background from the content and widget box areas from white to a different colour?

      Do you also have a link to your site for this?

    • #3072
      gunilla
      Participant

    • #3073
      Andre
      Participant

      Sorry….your last reply is showing up as empty. Perhaps try reposting it again 🙂

    • #3074
      gunilla
      Participant

      here is my adress http://www.theernligans.com

    • #3075
      Andre
      Participant

      Thanks for the link…. you want that borders gone?

      Add this code to your Additional CSS tab in the customizer:

      #main, 
      #left-sidebar .widget, 
      #right-sidebar .widget, 
      #inset-top .widget, 
      #inset-bottom .widget {
      border: none;
      }

      Or do you want to change the colour of them? If so, use the same code above, except remove the border:none; part and add in border-color: #000000;

      ….change the colour to what you want.

    • #3076
      gunilla
      Participant

      Hallo ! I do as you wright like this

      #main,
      #left-sidebar .widget,
      #right-sidebar .widget,
      #inset-top .widget,
      #inset-bottom .widget {
      border: #7d3705 ;
      }

      but the border is not there 🙁

    • #3077
      Andre
      Participant

      it should be:
      border-color: #7d3705;

    • #3078
      gunilla
      Participant

      I do like you right but it is still white border

      #main,
      # left-sidebar .widget,
      # right-sidebar .widget,
      # inset-top .widget,
      # inset-bottom .widget {
      border-color: #7d3705;
      }

    • #3079
      Andre
      Participant

      Your code items there have a space between the # and the other part. Remove the space after the # symbol. If this has a space, it won’t work.

    • #3080
      gunilla
      Participant

      #main,
      #left-sidebar .widget,
      # right-sidebar .widget,
      # inset-top .widget,
      # inset-bottom .widget {
      border-color:#7d3705;
      }

      it did not , the white border is there

      Obs the page tells X it tells unexspected token # at line 6 col 1

    • #3081
      Andre
      Participant

      I’m not sure what you are doing but the code you just pasted again still has a space after the # symbol. I just did this in my browser with this code and it worked:

      #main, 
      #left-sidebar .widget, 
      #right-sidebar .widget, 
      #inset-top .widget, 
      #inset-bottom .widget {
          border-color: #7d3705;
      }

      Notice that there is no space right after the # symbol?

      Plus, I noticed that the code you enter in is not loading in your website page. I looked at the source code and it’s not there. Are you adding it to the Additional CSS tab in the customizer?

      Also make sure that any cache plugin or anything is turned off or cleared.

    • #3082
      Andre
      Participant

      By the way, this is what happens when I add the code to my browser’s webmaster tools…

      As a side note, you have a lot of Google fonts showing up as 404 (not found). I’m guessing this is a plugin you are using?

      UPDATE: Still having problems? I just checked your site again and I still do not see the code in your webpage’s source code view.
      Overall, the site looks great with the style you’ve done.

      Attachments:
      You must be logged in to view attached files.
    • #3084
      gunilla
      Participant

      Hallo again ! I have been away from the computer for a while:-) but here I am again

      Look now on our hp http://www.theernligans.com

      Thank you so mutch for all help I get today 🙂

      and we have alot of fons , we change then & then 😉

      Heartly Greetings from a very pleasent customer

      Gunilla in Sweden

    • #3085
      Andre
      Participant

      No worries… just looked at your site and now it has the border colour.
      The site looks great. I did not recognize it being Moderne Pro, but that is a good thing because it shows you got creative with it.

      Anyway, it’s going on 1am in the morning for me, so it’s time I go to the land of sleep 🙂

    • #3086
      gunilla
      Participant

      Hallo agin !

      Many thanks , I try to it shall look good , here in Sweden the clock is 10.00 in the morning

      ones again Thank You for all help

      sleep tight

      from a sunny Helsingborg
      Gunilla

Viewing 15 reply threads
  • You must be logged in to reply to this topic.