• Resolved liquidframe

    (@liquidframe)


    Hi, thanx for this cool theme πŸ™‚
    I’ve got this problem: with its 60pt the header title is too large. I tried to edit with dreamweaver /css/style.css and defalut.css but I cannot find the values I’m looking for. What’s wrong with my method?
    Thanx again
    Paolo

Viewing 14 replies - 1 through 14 (of 14 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You shouldn’t be editing the theme’s files.

    Install this Custom CSS Manager plugin and use that to hold your CSS modifications. You create new styles to override old ones.

    Thread Starter liquidframe

    (@liquidframe)

    thanx for the quick reply.
    now i try

    Thread Starter liquidframe

    (@liquidframe)

    solved, thanx

    Theme Author Misam Saki

    (@misamplus)

    You must set custom font size for “#header .title”. By change css/language/default.css or use Custom css manager

    Thread Starter liquidframe

    (@liquidframe)

    Please help, i’ve got another problem, but I’m not able to open another topic till this is open.
    My question is about
    <!–[if lt IE]> <![endif]–>
    I found the right synthax on wp support, but I’m not able to replace it in the right position.
    Thanx a lot
    Paolo

    Theme Author Misam Saki

    (@misamplus)

    <!–[if lt IE]> <![endif]–> is not right code now. I am trying to complete ie style for next versions! (code location: function.php)

    Thread Starter liquidframe

    (@liquidframe)

    Thanx… This theme was perfect, but unfortunately a lot of people use IE and the message is not good as welcome πŸ™
    have a cool weekend
    Paolo

    Thread Starter liquidframe

    (@liquidframe)

    Sorry…the last thing: are you saying that when you open a dinky theme site with ie 9, there is the following line in the header
    <!–[if lt IE]> <![endif]–>
    right?
    no solution?
    thanx again

    Theme Author Misam Saki

    (@misamplus)

    I glad to rate theme if you like it πŸ™‚
    That tag has no problem for browser, dont worry.
    I have not Windows and test theme by ie is defficult for me but I try to complete it soon πŸ™‚

    Hi, sorry to bring up an old topic. I just want to edit the color of the header tagline, I found the code and added “color: #fff” but it doesn’t apply. How do I go about it since I just need to modify that one part?

    Theme Author Misam Saki

    (@misamplus)

    Follow Admin Panel > Appearance > Header > Header Text > Text Color

    Thank you for the speedy reply. This edits the header AND the tagline. Basically I want to edit the ‘title’ and ‘subtitle’ separately. Thanks again.

    Theme Author Misam Saki

    (@misamplus)

    Your welcome.
    Add this below custom style by any way.

    #title .title {
    color: CODD !important;
    }
    #title .subtitle {
    color: CODE !important;
    }

    Orginal location: css/style.css

    This worked perfectly. Thank you very much!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Dinky theme: resize, change position o remove header title’ is closed to new replies.