• Resolved TheCrack

    (@thecrack)


    Hi!
    It is the first time I use wordpress, I would switch on the right sidebar, follow us on FOLLOW by :, but not how it’s done, if possible with CSS best as it would be easier.

    Another thing I want to change is category by category in my language. And if possible with CSS, please.

    If you could only give me as much detail I would appreciate it because it is the first time Worpress use.

    Sorry for my English.

    A greeting and thanks in advance.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi thecrack. Could you post a link to your site so we can see the issues you’re describing? Thanks.

    Thread Starter TheCrack

    (@thecrack)

    This is my website: http://www.tuandropc.com/

    Thank you very much.

    Thread Starter TheCrack

    (@thecrack)

    Bdbrown help me, please.

    Have a bit of patience, please… Helping on this forum isn’t the only thing I do. I also have a day job. I’ll post something for you in a bit.

    This css should change your sidebar title. Change the content property to whatever you want it to say:

    .s1 .sidebar-top p {
      display: none;
      }
    
    .s1 .sidebar-top:before {
      content: "Hello";
      float: left;
      padding: 5px 0;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      }

    Changing the category page title with css is more complicated because the title has embedded fonts and text. I’ll try to look at that later.

    Thread Starter TheCrack

    (@thecrack)

    Sorry, it worked, thank you very much indeed.

    For now need to change it from my language category, and another thing that I had not mentioned, is that the box that usually appears in the images showing the number of comments, I would change the color.

    We appreciate very much your time and work.

    Try this to change the comment count box to red:

    .post-comments {
      background: #f00;
      }
    
    .post-comments > span:before {
      border-right: 7px solid #f00;
      }

    I haven’t been able to find a way to change the “Category” heading using only css. It can be done by modifying one of the theme php files. If you’d like to try that let me know and I’ll write up some instructions.

    Thread Starter TheCrack

    (@thecrack)

    Thank you for your help. It has been very useful.

    The change category in my language, but can for CSS, leave it well, because I have no knowledge Worpress.

    One question that I have, when you want to edit the CSS, and keep saving, and want to edit anything, it’s all on the same page?

    A greeting.

    Yes. Wherever you entered the changes above you would change those styles, or add new styles, in the same place.

    Thread Starter TheCrack

    (@thecrack)

    And If I want to update the theme externally , would lose data or CSS ?

    The options for the theme are saved in the database so you won’t lose those if you update the theme.
    In regards to css:
    – If you’re modifying the main hueman theme style.css file (which is not recommended) then, yes, you’ll lose those changes if you update the theme unless you save the file first and then restore it after the update.
    – If you’re using the theme version that includes the custom css option, same as above.
    – If you’re using a style.css file in a child theme, you can update the parent theme without losing your changes.
    – If you’re using a css plugin you won’t lose any changes if you update the theme.

    Thread Starter TheCrack

    (@thecrack)

    Hello!

    I have two questions:

    I would YOU MAY ALSO LIKE translate into my language, if possible with CSS.

    And I would turn the slider on the home page, if possible with CSS.

    A greeting.

    Hi there. This is really a new topic so I’d recommend you mark this one as resolved and open a new topic, which I’d be glad to take a look at. Thanks.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Change FOLLOW and CATEGORY’ is closed to new replies.