Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #116177
    CSC_Geordie
    Participant

    Hi Support Team,
    I am not very familar with csc and I have to change the color of the text on this site: http://csc-celtic.com/tourdates. I like the background so I want to keep it.
    I already tried everything in the Dashboard that has to do with “Changing Color” but is has no effect on the text in http://csc-celtic.com/tourdates… Some of the text is simply too dark and I can´t find a way to change it.

    Can you help me ??
    Thanks in advance

    Geordie

    #116211
    Mahesh
    Keymaster

    @csc_geordie: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    span.gigpress-info-label {
        color: #00ff00 !important;
    }
    
    tr.gigpress-info td {
        color: #000fff !important;
    }

    Note: Please change the color as required..

    Regards,
    Mahesh

    #116231
    CSC_Geordie
    Participant

    Hi Mahesh,

    thank you VERY much. That worked for me !!

    kind regards,

    Geordie

    #116237
    Mahesh
    Keymaster

    @csc_geordie: Thank you for your appreciation. If you like my support then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/rock-star?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    #121644
    CSC_Geordie
    Participant

    Hello again Mahesh,

    I´ve been trying since a couple of hours to get rid of the author´s name at the top of new posts on the main site @ http://csc-celtic.com/ … I didn´t find a way – can you help me ?

    #121646
    Mahesh
    Keymaster

    @csc_geordie: Add the following CSS:

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

    Regards,
    Mahesh

    #121648
    CSC_Geordie
    Participant

    Once again my very thanks for your quick help….

    kind regards

    PS: Now trying to register for https://wordpress.org/support/view/theme-reviews/rock-star?rate=5#postform to value your help.. Waiting for the confirmation email…

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Text Color in http://csc-celtic.com/tourdates’ is closed to new replies.