moretus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Eleven] Daily blogHi Kathryn, thank you very much, I am new at this forum and still searching. Kind regards, Moretus.
Forum: Fixing WordPress
In reply to: Remove line under titlesHello mark l chaves, I understand it’s annoying when people with limited knowledge like me ask questions. However, the developers of WordPress let us believe that making a website with WordPress is very easy, I now know that isn’t so. The reason why I started with WordPress is that I want to learn something about web design in advance, before I go to college in September. With my basic knowledge of Html and Css I can build a simple website, that’s why I want to continue now. That’s why I’m going back to school at the age of 67. Not to make money, but to help our NGO build a nice website. This way I can also tell that I was able to solve the problem by making the “accent color” equal to the background color. Problem solved that way. I would like to thank you for your help, and I’m sorry if I looked like a dummy, it wasn’t my intention.
Greetings and thanks again,
Moretus.Translated with https://www.DeepL.com/Translator (free version)
Forum: Fixing WordPress
In reply to: Remove line under titlesHello mark l chaves, thank you very much for the code that removed the line under se website title. The line in the image of the header has disappeared, but in the header of every webpage there is still a line under the title. Do you know how I can change the code to remove these lines under the title of each page as well? I’ve tried to make some changes to the code (see below) by myself, but it doesn’t work.
Again, thank you, I really appreciate the help in solving this problem. Greetings,
Moretus./* Remove the short accent separator under the page title. */
.page-title::after {
display: none; /* Use !important; if needed. */
}/* Remove any underline from the page title if any. */
.page-title {
text-decoration: none; /* Use !important; if needed. */
border-bottom: none; /* Use !important; if needed. */
}Forum: Fixing WordPress
In reply to: Remove line under titlesHello mark l chaves,thank you for your answer. I’ve been searching the CSS but haven’t found a way to remove that line. If you look at the Nisarg theme, you’ll see a thin blue line under the word Nisarg in the header. I would like to remove this, but I don’t know if it is possible or how to do it. It would be nice if you could help me, greetings from moretus.