add css code and tag

  • Unknown's avatar

    HI
    I want to add some css codes in my theme that i choose before. I know i must to change it in additional Css. But when i write some codes in there any thing change. i do not know why? for example i add this code:
    .site-social-menu ul li {
    border-left: 1px solid #fff;
    }

    .site-social-menu ul li:last-child {
    border-right: 1px solid #fff;
    }

    but it is not appear in my website.
    also, i have another question
    how you know what is tag for each part. for example sidebar archive or sidebar for blog
    thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, when I look in your dashboard, I’m seeing you have a social menu started, but you have not completed it or set it to be the social menu under Theme locations on the menu. You will have to complete that menu and set it before it will appear on your site. You can find out more on setting that up on our Social Links Menu support page.

    As far as finding the CSS selectors for different elements of your site, you can use the web inspector built into your browser. We have a few brief videos that show how to use it on our How to Find Your Theme’s CSS support page.

    When you get your social menu set up, post back here and let me know and I would be happy to help with CSS changes on that.

  • Unknown's avatar

    Dear
    Thank you for your explaining
    I figured out how we can find a css code.
    I have another question
    first of all my website is: http://sportaldoshoes.com/w2-2/contactus/
    so, i wanna change “submit”botton
    background-color:orange
    color:brown
    how i can do that. i must to write
    .button {
    }
    or .button:hover{
    }
    i do not know really how i can write it?
    also, i want to change each white box blow to name,family and tel a little bit smaller. for example i can see real size is 40 but i want to be 20. i found the tag. but i can not understand how i can write in css for each blank box.
    thank for every thing.
    http://sportaldoshoes.com/w2-2/contactus/

  • Unknown's avatar

    Hi @marketresearch312, http://sportaldoshoes.com is using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.

    For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.

    The differences between WordPress.com and WordPress.org.

    I took a quick look at your site, and it looks like the following CSS will get you started.

    input[type="submit"] {
    	background: orange;
    	color: brown;
    }
  • The topic ‘add css code and tag’ is closed to new replies.