Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #90169
    knudkp
    Participant

    Running lates WP and Base Pro on fleksjobbernetvaerket.dk
    Working with the Promotion Headline Options for
    “Promotion Headline Text” and “Promotion Subheadline Text”.

    I’ve been fooling around with <font> this and that, and <color> blah blah … and played also with <h1,2,3,> and so on. Now I use <h2> but it’s a bit too big to fit on one line.

    And btw … which color code should I use in these two lines?

    I found some ways to change the h2 standards, but it wont apply …

    Please save my day … as u always do

    thanks
    Knud

    #90184
    Sakin
    Keymaster

    @knudkp: Sorry I don’t understand what you mean? Can you explain what are you trying to do it? Are you trying to change the color?

    #90224
    knudkp
    Participant

    I would like to change

    both the size, perhaps the font and the color, of the text that apperars in “Promotion Headline Text” and “Promotion Subheadline Text”

    #90227
    Sakin
    Keymaster

    @knudkp: You shouldn’t add HTML code like h2, p is your Promotion headline. Please remove it.
    1. For Color, in Catch Base Pro theme, you can go to “Appearance => Customize => Color Options => Promotion Headline Color Options” and change it as per your need.
    2. For size, you need to edit the font size in the following css as per your need and add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 768px) {
        /* Promotion Message Font Size */
        #promotion-message { font-size: 15px; }
        /* Promotion Headline Font Size */
        #promotion-message h2 { font-size: 30px; }
    }
    #90243
    knudkp
    Participant

    Sakin – I’m close to say I love you …

    THANKS .-) hat helped … a lot … however I found out I can only change the color for the ‘headline’ that starts with “Fleksjobber Netværket – Lands…..”

    I would like to change the color also for the line that starts with “Fleksjobber Netværket er landsdækkende ” …

    See screenshot

    https://snag.gy/ifDZ2y.jpg

    #90250
    Sakin
    Keymaster

    @knudkp: Both will have same color headline and sub-headline will have same color.
    But if we want separate color for sub-headline, then change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #promotion-message p { color: #404040; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘, issues’ is closed to new replies.