Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1068047

    Hallo zusammen
    ich habe eine Frage in Sachen Farbe ändern beim Permanenten Link
    ich mache das so im Costomer CSS
    /*Permanent Link*/
    .title_container .main-title
    {
    font-size: 20px !important;
    color: #4365B0 !important;
    }
    Die Grösse funktioniert aber die Farbe nicht, was mache ich falsch.
    Vielen Dank im voraus
    Freundliche Grüsse Franz

    #1068396

    Hey schweg33,

    Please remove that code and add this:

    
    #top #wrap_all .title_container .main-title a {
        font-size: 20px;
        color: #4365B0;
    }
    

    Best regards,
    Victoria

    #1069014

    Vielen herzlichen Dank Victoria
    Funktioniert prima

    Freundlichen Grüsse
    Franz

    #1069189

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Farbe permanenter Link ändern’ is closed to new replies.