The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    transparent and text color help?

    DarkCrowDawn
    DarkCrowDawn
    New Member


    Male Posts : 12
    Reputation : 1
    Language : English

    transparent and text color help? Empty transparent and text color help?

    Post by DarkCrowDawn October 24th 2015, 9:52 am

    i need a little bit of help with some things: (not that good with CSS codes) i was using this codes:

    1) there are 3 borders that won't change it color to light yellow like the other borders (circled in red)
    2) how do i change to darker color of the transparent boards background like to black or grey (as you see it is white)
    Spoiler:

    3) as you can see here the text and even the buttons (circled in red) is yellow and not black and even when i try to write something in my profile the text is yellow and i can't see anything (i want the transparent to be here darker color as well)
    Spoiler:


    and here too, when i change the color the text of the color word it is still yellow and won't change to the needed color and again the buttons are yellow (in the "new topic" the text is not yellow and still can be changed to other colors when i write)
    Spoiler:
    anyways the text color is yellow everywhere instead of black and i don't know what to do...


    Last edited by DarkCrowDawn on October 24th 2015, 11:50 pm; edited 1 time in total
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    transparent and text color help? Empty Re: transparent and text color help?

    Post by Wealh October 24th 2015, 10:17 am

    1. How to edit the border

    First of all, it's not the border you think it is.

    Spoiler:

    Code:
    td th { border-spacing: 1px 1px; border: 1px solid red; }

    Replace "td th" with "table" if you want to change the body border too.

    2. How to edit the white background

    Replace
    Code:
    .forumline td {
    rgba(225,225,225,0.3)!important
    }

    with

    Code:
    .forumline td {
    rgba(0,0,0,0.3)!important
    }

    The 0.3 is the opacity. The lowest is 0 and the highest is 1.

    3. Edit the menu text color

    Here's the code

    Code:
    #text_editor_iframe, input, select, textarea {
    color: #fffbb5;
    }

    Just change the color.

    *If a code doesn't work, add !important at its end. For example:

    Code:
    #text_editor_iframe, input, select, textarea {
    color: #fffbb5 !important ;
    }
    DarkCrowDawn
    DarkCrowDawn
    New Member


    Male Posts : 12
    Reputation : 1
    Language : English

    transparent and text color help? Empty Re: transparent and text color help?

    Post by DarkCrowDawn October 24th 2015, 10:55 am

    thanks for the help but it wasn't really what i was looking for besides the "yellow border color"
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    transparent and text color help? Empty Re: transparent and text color help?

    Post by SLGray October 24th 2015, 8:36 pm

    Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.



    transparent and text color help? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    DarkCrowDawn
    DarkCrowDawn
    New Member


    Male Posts : 12
    Reputation : 1
    Language : English

    transparent and text color help? Empty Re: transparent and text color help?

    Post by DarkCrowDawn October 24th 2015, 11:51 pm

    topic title changed

      Current date/time is September 23rd 2024, 1:20 pm